I am new to microarray data analysis. I am analyzing microarray experiment using PROC MIXED in SAS and use genotype, replication, time point, genotypetimepoint as fixed factors and replicationtimepoint as random factor. I want to find differentially expressed genes for each genotype*timepoint combination. Do I look at lsmeans file and associated p-values or diffs file and associated p-values.
Thanks, Priyanka
You might want to consider not to use SAS... It is of course possible to do microarray statistics in SAS but the mainstream approach really is to do it in R/Bioconductor and many complete packages exist to assist you in doing so. If you are new to the field, like you say you are, I would just switch to Bioconductor and learn that, even if you have prior knowledge of SAS.
Since your question is essentially about how to interpret a generalized mixed linear model and is not inherently tied to microarray data, you might consider asking it on stats.stackexchange.com, where the readership is mostly statisticians.