getAffyArrays {biomaRt}R Documentation

Displays affy identifiers of Affymetrix chips supported by the Ensembl package

Description

Displays affy identifiers of Affymetrix chips supported by the Ensembl package

Usage

getAffyArrays( mart )

Arguments

mart object of class Mart, representing connections to the BioMart databases

Author(s)

Steffen Durinck, http://www.stat.berkeley.edu/~steffen

Examples

if(interactive()){
mart <- useMart("ensembl",mysql=TRUE)
getAffyArrays(mart = mart)
martDisconnect( mart )
}

[Package biomaRt version 1.16.0 Index]