Normalize the raw data from multiple studies
1
0
Entering edit mode
mahm ▴ 20
@mahm-16884
Last seen 5.5 years ago

I'm trying to normalize the data from multiple studies performed using same platform.

ibrary(gcrma)
library(limma)
downloadedAffyFiles <- list.files(path = "GSE53454_RAW/", pattern = "CEL.gz$",full.names=TRUE)
AffyData <- ReadAffy(filenames = downloadedAffyFiles)

eset <- gcrma(AffyData)

Could someone help on how to access the contents of the expression set?

 

exprs(eset) gives the log-expression values. 

How do we access the contents like cell type description? For Instance, while working with the series matrix files, pData(eset)[[1]] works.But, I am not able to use the same commands here.

 

Many thanks

normalization affy • 612 views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 10 minutes ago
United States

This has nothing to do with limma, and using the bioconductor tag for questions on the Bioconductor support site is a tautology. In future you should think a bit more about the tags you use, as many of the support site helpers only follow a subset of the tags, and you are by definition asking Gordon Smyth and Aaron Lun questions about GEOquery, which is not their package (and you aren't using limma to normalize anyway).

In addition you are going to have to become more self reliant at some point. You have already asked numerous questions about getting the processed data from GEO, which does come with the phenodata you want (IIRC, some of those questions were specifically about the phenotypic data). So you already (should) know that you can get the phenotypic data that way. Now you are getting the raw data and finding that you don't get the phenotypic data. But you already know how to get the phenotypic data, so why ask here instead of just going and getting it?

ADD COMMENT
0
Entering edit mode

Thanks. I will be careful from now. Yes, I know how to query from GSE files. I thought the same would be possible here too.

 

ADD REPLY

Login before adding your answer.

Traffic: 901 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6