filterType: Displays the filter type

Description Usage Arguments Author(s) Examples

View source: R/biomaRt.R

Description

Displays the type of the filer given a filter name.

Usage

1

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

Examples

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

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