listMarts {biomaRt} | R Documentation |
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.
listMarts()
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck
## Not run: listMarts() ## End(Not run)