Hi,
I have two datasets of Microarray from the Affymetrix platform, and I have normalized them using gcrma package.
One dataset has 27 samples and another has 66 samples, and I want to identify the differentially expressed genes between two dataset by running the wilcox.test in R, because I have not any idea about the distribution of gene expressions I can not use the t.test. After running wilcox.test, the p-values for most of the genes are less than 0.001!
How can I identify genes with the significant differential expression between these datasets?
Thanks in advance.
The platform of both datasets is similar, but I have normalized each dataset separately after reading cell files by the affy package, I have normalized each one by the gcrma package. Is there any problem?
You should extract RAW data separately (R package Affy or Affymetrix Power Tools), combine your unadjusted data and then normalize with gcrma. You are adjusting for which parameters?
I have executed the following commands on each dataset separately (cels including the names of .CEL files related to each dataset):
Is it correct to read all cel files of both samples in one ReadAffy command and then normalize them by gcrma?
Hi Maxime, I have a similar challenge as above. I am trying to run a DEG analysis for two different datasets. I want to normalize my datasets TOGETHER and then combine the expression. However, the platforms are different for the two datasets; one is a hybrid of GPL96(HG-U133A) and GPL97(HG-U133B) while the second dataset's platform is GPL10558. please how do I combine the two datasets to be able to normalize them accordingly before running the DEG analysis?