I want to RMA normalize the data from Agilent microarray present at GEO ID- GSE47910
1
0
Entering edit mode
2.0 years ago
Sarah • 0

The above GSE ID given GSE47910 has agilent microarray raw data in .txt file for every sample (ie, 498 samples here) As the blow code works on affymetrix arrays-

> data = ReadAffy(celfile.path=celpath)
> data.rma = rma(data)
> data.matrix = exprs(data.rma)
> write.table(data.matrix, file='/mnt/store_room/Dataset1/processing/validation/newRMAGSE65663.txt')

I need a similar RMA normalization code for agilent microarrays. if not RMA, then any other normalization method that gives out a matrix with all samples in columns and probes_IDs in rows with normalised values given. I am new to microarray analysis. please help

microarrays normalization agilent • 1.0k views
ADD COMMENT
4
Entering edit mode
2.0 years ago

We don't use RMA for Agilent arrays. We can still normalise via quantile, or LOESS, though. The background correction step is also different, usually via normexp.

For Agilent single-colour arrays, I posted some code here: How to process (seems) Agilent microarrry data?

For two-colour arrays, I posted code here: build the expression matrix step by step from GEO raw data

Further, there is information in the limma user's guide[1] about how to process these arrays.

Note Bene - both of my posts are guided by the limma user's guide[1].

Kevin

Ref:

  1. Smyth GK, Ritchie M, Thorne N, Wettenhall J, Shi W, Hu Y, limma: Linear Models for Microarray and RNA-Seq Data User’s Guide, https://www.bioconductor.org/packages/devel/bioc/vignettes/limma/inst/doc/usersguide.pdf
ADD COMMENT

Login before adding your answer.

Traffic: 2040 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