| listDatasets {biomaRt} | R Documentation |
lists the datasets available in the selected BioMart database
listDatasets(mart)
mart |
object of class Mart, containing connections to the BioMart databases. You can creat such an object using the function martConnect. |
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck
if(interactive()){
#marts <- listMarts()
#index<-grep("ensembl",marts)
#mart <- useMart(marts[index])
#listDatasets(mart = mart)
#martDisconnect(mart = mart)
}