Description Usage Arguments Author(s) Examples
Displays a set of predetermed values for the specified filter (if available).
1 | filterOptions(filter,mart)
|
filter |
A valid filter name. |
mart |
object of class Mar created using the useMart functiont |
Steffen Durinck
1 2 3 4 | if(interactive()){
mart = useMart("ensembl", dataset="hsapiens_gene_ensembl")
filterOptions("chromosome_name", mart)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.