This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Microarray data analysis in R

Hii, I am looking for microarray data analysis pipeline in R language for single colour agilent data. Please help me in this. Atleast give me idea or some kind of R script for this analysis. Thanks in advance.

agilent single-colour microarray

1 answer

This should permit that you 'get off to a good start': How to process (seems) Agilent microarrry data?

For more specifics, please refer to the limma manual.

There are likely many other workflows to be found online.

Kevin

Yeah this link worked for me, but I need a detailed glimpse how this code is working. I want to know how this code is working as QC, background correction, normalization, etc. If you have link, please let me know.

In that case, please read through the limma manual, and also the individual function manual pages. For example, to quickly access the manual for read.maimages(), I would type ?read.maimages.

hii kevin, I need your help. Can you give me a R code for single-colour agilent microarray data? Including QC, normalization, differential analysis, multiple testing, etc. I have tried but failed in between.

I am reluctant to just give code --sorry-- and neither can I, because you have not stated the exact type of data (the array version) that you have, nor anything about your experimental design. It would also help to elaborate on the specific parts where you encounter difficulty.

A search across the World Wide Web should give you enough information, and also using that information already provided here:

Log in to answer this question.