Hi,
I would like to jointly pre-process RNA-Seq datasets and Microarray datasets together. Are there any pipelines or ways to do this? Please advise.
Thanks
Hi,
I would like to jointly pre-process RNA-Seq datasets and Microarray datasets together. Are there any pipelines or ways to do this? Please advise.
Thanks
No, you can't preprocess RNA-seq and microarrays together, nor would I include them in the same linear model in limma. The technologies are just too different.
Edit: The way that we usually handle this is to analyze the RNA-seq and microarray studies separately, then relate one experiment to the other using gene set tests (roast, barcodeplot etc) or a scatterplot of genewise log-fold-changes (e.g., microarray on the x-axis vs RNA-seq on the y-axis).
None of this requires batch correction or meta analysis.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
That's going to depend very heavily on what you want to do with this data.
I want to normalize, remove batch effects (ComBat), and run limma on the datasets jointly.