getAffyArrays {biomaRt} | R Documentation |
Displays affy identifiers of Affymetrix chips supported by the Ensembl package
getAffyArrays( mart )
mart |
object of class Mart, representing connections to the BioMart databases |
Steffen Durinck, http://www.stat.berkeley.edu/~steffen
if(interactive()){ mart <- useMart("ensembl",mysql=TRUE) getAffyArrays(mart = mart) martDisconnect( mart ) }