filterOptions: Displays the filter options

Description Usage Arguments Author(s) Examples

View source: R/biomaRt.R

Description

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

Usage

1

Arguments

filter

A valid filter name.

mart

object of class Mar created using the useMart functiont

Author(s)

Steffen Durinck

Examples

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

biomaRt documentation built on Feb. 11, 2021, 2:01 a.m.