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.esat.kuleuven.ac.be/~sdurinck

Examples

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

[Package biomaRt version 1.8.2 Index]