I am very new to R and try to analyze a few expression array data.
For the gene expression analysis, we use linear fit and eBayes to calculate the data. But if I only have one sample for each condition(say, 1 control, 1 experiment), can I still use lmFit/eBayes function or just do an order for the MA result to find out the top genes. Is it because calculating co-efficiency needs at least two samples for each condition?
I read the limma package manual. It lists some examples. I noticed that in the time course experiments (page50), the case has two 0hr wt, two 0hr mu, one 6hr wt, one 6hr mu, one 24hr wt, and one 24hr mu. It did the lmFit/eBayes process. Is it because it is a time course case? If I have a time course data, which still contain one sample for each condition (say, 1 control and 1 experiment, for 0hr, 6hr, 12hr, and 24hr), is it reasonable to calculate the co-efficiency with lmFit/eBays?
Thank you very much!