filterType: Displays the filter type

View source: R/biomaRt.R

filterTypeR 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)
}

grimbough/biomaRt documentation built on Feb. 11, 2024, 8:20 p.m.