Entering edit mode
5.5 years ago
Lila M
★
1.3k
Hi all, I'm working in published array expression data sets (affymetrix u133b) . I've tried to do some loess normalization but I found some problems. Here the code:
library(affy)
celfiles <- list.files()
rawData <- ReadAffy(filenames =celfiles)
exprs(rawData)
boxplot(rawData)
normData <-normalize.AffyBatch.loess(rawData)
exprs(normData)
boxplot(normData)
So the code compiles properly but when I plot normData
the boxplot doesn't look like normalized.
Any suggestion?
Thanks!
Can you show the plot?
I don't know how to upload the boxplot , but this is a data subset
How to add images to a Biostars post