listFilters {biomaRt}R Documentation

lists the filters available in the selected dataset

Description

lists the filters available in the selected dataset

Usage

listFilters(mart)

Arguments

mart object of class Mart, containing connections to the BioMart database. You have to create such an object using the function useMart and update this Mart object by selecting a dataset.

Author(s)

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

Examples


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

#mart <- useMart(marts[index])
#datasets <- listDatasets(mart)
#mart <- useDataset(datasets[1],mart = mart)
#filters <- listFilters(mart)
#filters[1:10]
#martDisconnect(mart = mart)
}

[Package biomaRt version 1.8.2 Index]