ArrayExpress produces an
AffyBatch, an
ExpressionSet
or a NChannelSet from a raw
dataset from the ArrayExpress database.
ArrayExpress needs an Internet connection.
ArrayExpress(accession, path = tempdir(), save = FALSE, dataCols = NULL, drop = TRUE)AffyBatch or
ExpressionSet or
NChannelSet with the raw expression
values in the assayData of the object, the information
contained in the .sdrf file in the phenoData, the adf file in the
featureData and the idf file content in the experimentData.If several array designs are used in the data set, the output is a
list with an object for each array design.
queryAE,
getAE,
ae2bioc,
getcolproc,
procsetETABM25.affybatch = ArrayExpress("E-TABM-25")
print(ETABM25.affybatch)
sampleNames(ETABM25.affybatch)
colnames(pData(ETABM25.affybatch))
Run the code above in your browser using DataLab