Entering edit mode
2.2 years ago
Bine
▴
90
Dear all,
I am trying to generate exactly the same results in Limma for my result table as I did in DESEQ2 (Differential Expression Analysis).
With the toptable function I am not getting lfcSE and basemean.
Can anyone help me how to extract this information via Limma?
I do get logFC, AveExpr, t, P-Value, adj.Pvalue and B in Limma.
Thank you, Bine
These are different tools with slightly different approaches. Why would you expect the exact same results?
AveExpr
is the limma equivalent of DESeq2'sbasemean
column, but it has nolfcSE
equivalent.Thank you very much. I am replicating the analysis with Limma and for my result tables I would like it to be exactly the same output.
I get that. My question is why would you expect that to be plausible? These methods account for similar things and tend to return largely overlapping results, but they have differences in approach and thus results as well. You're not going to get the exact same results, and I don't know why you'd expect to. Robust findings should be reasonably replicable between the major DE methods (DESeq2, edgeR, limma).