915
edits
Changes
m
→Obtaining GEO Datasets
Meta(gds) #show extracted meta data
table(gds)[1:10,] #show first ten rows of dataset
eset <- GDS2eSet(gds, do.log=TRUE) #convert to expression set, by default obtains annotation (GPL) data and no log with log2 transformation.
pData(eset) #phenotype data
sampleNames(eset) #sample names (GSM)