This funcion queries the BioMart API and returns a table storing all available datasets for a selected BioMart databases.
See also
Other biomaRt:
biomart()
,
getAttributes()
,
getMarts()
,
organismBM()
,
organismFilters()
Examples
if (FALSE) { # \dontrun{
# search for available datasets
# getMarts()
# choose database: "ENSEMBL_MART_ENSEMBL"
head(getDatasets("ENSEMBL_MART_ENSEMBL"), 10)
} # }