biomaRt (version 2.28.0)

filterOptions: 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

Examples

Run this code

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

Run the code above in your browser using DataLab