This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is it possible to run DESeq with only two replicates in one group?

Is it possible to run DESeq with only two replicates in one group? I have treatment n=3 and control n=2 Can I still ran DESeq2, if it is not possible can you recommend other packages, please?

rna-seq deseq2 replicates

You can run DESeq2, edgeR, limma::voom, and others. The problem is your experiment you be under-powered - a minimum number of replicates to get good statistical power is 5-6 samples.

1 answer

This is perfectly fine. h.mon is right that more replicates are desirable and beneficial to make results more robust but n=2 and n=3 are common replicate numbers and the standard tools including DESeq2 are well-able to derive proper statistics from low replicate numbers.

Log in to answer this question.