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, 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

Author(s)

Steffen Durinck

Examples


if(interactive()){

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

#mart <- useMart(marts[index])

#listDatasets(mart = mart)

#martDisconnect(mart = mart)
}

[Package biomaRt version 2.18.0 Index]