This funcion queries the Ensembl Biomart API and returns a table storing information about all available Ensembl Biomart databases.
getMarts(update = FALSE)
logical, default FALSE. If FALSE, use cached file if it exists. Set to TRUE to force new update
Other biomaRt:
biomart()
,
getAttributes()
,
getDatasets()
,
organismBM()
,
organismFilters()
if (FALSE) {
# get a table of all available databases from Ensembl Biomart
getMarts()
}