biomaRt (version 2.28.0)

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

Examples

Run this code

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

Run the code above in your browser using DataLab