I would like to do meta-analysis on the public data of RNA_seq downloaded from several studies. which packages do you recommend for differential expression? Can I use meta DE that is specific for microarray? I have already downloaded the data and have done quality control by CLC. Thanks in advance
I personally do not know the package you mention but one package I tried is here in this comment from earlier today C: Normalization method to be used when dealing with multiple datasets
That's edgeR sorry for the typo. You can introduce the batch effect as a co-variable in the experimental design in DEseq2 or correct it with limma as far as I know.
You can edit your posts by choosing
edit
link you see at bottom of your posts/comments.Submit Answer
should be used only for new answers to the original question.You can model batch effects as part of the design, that is true but as said that requires replicates of each condition in each batch. If you have like all of condition-A in study-A and all condition-B in study-B then it is perfectly confounded and you cannot distinguish condition effects from batch effects. Be aware that both DESeq2 and edgeR are model-based frameworks so they take raw counts, therefore you cannot feed in corrected counts directly. There are many threads both here at biostars and over at support.bioconductor.org on that topic if you would like to dive into it.