filterOptions {biomaRt}R Documentation

Displays the filter options

Description

Displays a set of predetermed values for the specified filter (if available).

Usage

filterOptions(filter,mart)

Arguments

filter A valid filter name.
mart object of class Mar created using the useMart functiont

Author(s)

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

Examples


if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
filterOptions("chromosome_name", mart)
}

[Package biomaRt version 1.16.0 Index]