Hi,
I am working with a microarray dataset, which is in the format -
Control Control2 Treatment Treatment2
The dataset has been log transformed. I want to know if there a way to filter the data such that I get genes whose fold difference is greater than 2 fold in Treatment as compared to Control.
For this purpose, I have already calculated the rowMeans()
of each replicate to give
Control Treatment
Thank you.
It is better to do DE analysis first, then after that if necessary you can include a Fold change filter. Try to use limma for your analysis, it has a very good manual.