Skip to contents

This funcion queries the Ensembl Biomart API and returns a table storing information about all available Ensembl Biomart databases.

Usage

getMarts(update = FALSE)

Arguments

update

logical, default FALSE. If FALSE, use cached file if it exists. Set to TRUE to force new update

See also

Author

Hajk-Georg Drost

Examples

if (FALSE) {
# get a table of all available databases from Ensembl Biomart
getMarts()
 }