listDatasets {biomaRt} | R Documentation |
Lists the datasets available in the selected BioMart database
listDatasets(mart, verbose = FALSE)
mart |
object of class Mart created with the useMart function |
verbose |
Give detailed output of what the method is doing, for debugging purposes |
Steffen Durinck
if(interactive()){ #marts <- listMarts() #index<-grep("ensembl",marts) #mart <- useMart(marts[index]) #listDatasets(mart = mart) #martDisconnect(mart = mart) }