Combine different microarray datasets of the same chip with limma
1
0
Entering edit mode
9.6 years ago

Hi, I have 3 different datasets of micrarray experiments (two about TF's overexpressions and one about TF's repression ). They are from the same platform Agilent. I have to create a meta-matrix combining them and I'm trying to use the limma package. First I have read each of them separatly and then combine the RGLists for the normalization withinArray and then also the betweenArray one. Is it correct?

R • 2.3k views
ADD COMMENT
1
Entering edit mode
9.6 years ago
Manvendra Singh ★ 2.2k

I would suggest you to just merge your three dataframes by genenames/Agilent ID then transform their expression value on log2 scale.

Afterwards, if you are using limma then there is function to normalize them which is normalizeQuantiles {limma}. Draw a boxplot to see if data is normalized. Your meta-matrix is ready for your analysis.

HTH

ADD COMMENT
0
Entering edit mode

Thank you:) I'm trying to do as you suggest

ADD REPLY

Login before adding your answer.

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