getAffyArrays {biomaRt} | R Documentation |
Displays affy identifiers of Affymetrix chips supported by the Ensembl package
getAffyArrays( mart = NULL)
mart |
object of class Mart, representing connections to the BioMart databases |
Steffen Durinck, http://www.esat.kuleuven.ac.be/~sdurinck
## Not run: mart <- martConnect() getAffyArrays(mart = mart) martDisconnect( mart ) ## End(Not run)