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, containing connections to the BioMart databases. You can creat such an object using the function martConnect.

Author(s)

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

Examples


if(interactive()){

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

#mart <- useMart(marts[index])

#listDatasets(mart = mart)

#martDisconnect(mart = mart)
}

[Package biomaRt version 1.8.2 Index]