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

Examples


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

[Package biomaRt version 2.10.0 Index]