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

Examples


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

[Package biomaRt version 2.10.0 Index]