filterSummary {biomaRt}R Documentation

Gives a summary of the filters groups and categories

Description

Filters in BioMart databases are grouped together in filter groups and filter groups can in their turn form a higher collection in an filter category. The filterSummary function gives a summary of the filter categories and groups present in the BioMart. These group and category names can be used to display only a subset of the available filters in the listFilters function.

Usage

filterSummary(mart)

Arguments

mart object of class Mart created with the useMart function.

Author(s)

Steffen Durinck

Examples


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

[Package biomaRt version 1.16.0 Index]