listMarts {biomaRt}R Documentation

list the BioMart database covered by biomaRt package

Description

This function returns a list for marts to which it can connect to. To establish a connection use the function martConnect with argument the name in the list (not the actual value e.g. use ensembl and not the full string of the database including release version). You can also use this function to get the release information of the current databases which you using.

Usage

listMarts()

Author(s)

Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck

See Also

Examples

## Not run: 
listMarts()
## End(Not run)

[Package biomaRt version 1.0.4 Index]