biomaRt (version 2.28.0)

listDatasets: lists the datasets available in the selected BioMart database

Description

Lists the datasets available in the selected BioMart database

Usage

listDatasets(mart, verbose = FALSE)

Arguments

mart
object of class Mart created with the useMart function
verbose
Give detailed output of what the method is doing, for debugging purposes

Examples

Run this code

if(interactive()){

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

#mart <- useMart(marts[index])

#listDatasets(mart = mart)

#martDisconnect(mart = mart)
}

Run the code above in your browser using DataLab