attributePages: Gives a summary of the attribute pages

View source: R/biomaRt.R

attributePagesR Documentation

Gives a summary of the attribute pages

Description

Attributes in BioMart databases are grouped together in attribute pages. The attributePages function gives a summary of the attribute categories and groups present in the BioMart. These page names can be used to display only a subset of the available attributes in the listAttributes function.

Usage

attributePages(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")
attributePages(mart)
}

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