powered by
This funcion queries the BioMart API and returns a table storing all available datasets for a selected BioMart databases.
getDatasets(mart, mute_citation = FALSE)
a character string specifying the database (mart) for which datasets shall be listed.
logical value indicating whether citation message should be muted.
Hajk-Georg Drost
Other biomaRt: biomart(), getAttributes(), getMarts(), organismBM(), organismFilters()
biomart()
getAttributes()
getMarts()
organismBM()
organismFilters()
if (FALSE) { # search for available datasets # getMarts() # choose database: "ENSEMBL_MART_ENSEMBL" head(getDatasets("ENSEMBL_MART_ENSEMBL"), 10) }
Run the code above in your browser using DataLab