filterType {biomaRt}R Documentation

Displays the filter type

Description

Displays the type of the filer given a filter name.

Usage

filterType(filter,mart)

Arguments

filter A valid filter name. Valid filters are given by the listFilters function
mart object of class Mart, created using the useMart function

Author(s)

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

Examples


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

[Package biomaRt version 1.16.0 Index]