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 = NULL)

Arguments

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

Author(s)

Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck

See Also

Examples

## Not run: 
mart <- martConnect()
getAffyArrays(mart = mart)
martDisconnect( mart )
## End(Not run)

[Package biomaRt version 1.0.4 Index]