listDatasets {biomaRt}R Documentation

lists the datasets available in the selected BioMart database

Description

Lists the datasets available in the selected BioMart database

Usage

listDatasets(mart)

Arguments

mart object of class Mart created with the useMart function

Author(s)

Steffen Durinck, http://www.stat.berkeley.edu/~steffen

Examples


if(interactive()){

#marts <- listMarts()
#index<-grep("ensembl",marts)

#mart <- useMart(marts[index])

#listDatasets(mart = mart)

#martDisconnect(mart = mart)
}

[Package biomaRt version 1.16.0 Index]