LIMMA separate channel analysis of two-colour data
1
0
Entering edit mode
@christyvanderjagt-7056
Last seen 11.0 years ago
Australia

I was wondering if anyone could help me. Some time ago I analysed a large time-course two-colour cDNA microarray data set using LIMMA. I followed, to the letter, the instructions in Chapter 9 of the LIMMA user's guide on how to analyse two-coloured data as single channels. I have recently submitted a manuscript for publication that analyses this data and one of the reviewers would like to see my data submitted to the Gene Expression Omnibus (GEO). I attempted to do this, but the GEO curators would like me to submit the normalised single-channel values for each time point (i.e. not ratios). Is there away of obtaining these values? I have no trouble getting M-values between two time-points, but cannot work out how to get the individual time-point values. Your help with this would be greatly appreciated!!!

limma microarray • 1.5k views
ADD COMMENT
0
Entering edit mode

In the latest version of the user's guide (limma version 3.22.1), Chapter 9 refers only to single-channel experimental designs. Perhaps you meant Chapter 12, for "Separate Channel Analysis of Two-Color Data"?

ADD REPLY
0
Entering edit mode

yes, sorry, you are right. In the current version of the manual it is chapter 12. My print out is from way back in 2005!!!

ADD REPLY
0
Entering edit mode
Aaron Lun ★ 29k
@alun
Last seen 7 hours ago
The city by the bay

I'm not an expert in two-colour analyses, but the most obvious approach would be to just extract and report the red/green intensities from each array. Assuming you have a background-corrected and normalized MAList object called norm.MA, you can call

norm.RG <- RG.MA(norm.MA)

to get the equivalent red/green intensities. You can then pull out norm.RG$R and norm.RG$G as necessary.

ADD COMMENT
0
Entering edit mode

Great, thanks. Will give it a try and get back to you.

ADD REPLY

Login before adding your answer.

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