This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DESeq analysis with different replication

Hello-

I am running RNASeq analysis by using Kallisto and DESeq pipeline. Is there a way to compare two different replications in DESeq (or any other statistical package). eg: 4 replications of WT and 3 replications of KO.

Thank you!

r rna-seq

Minimum replicate requirement is 2. You can have unbalanced dataset. DESeq2 also sends a warning that minimum replicate required is 7, but I have still done lower replicates for one of the condition.

2 answers

Differences in replicate numbers are not a problem unless the differences is very big. Your numbers are perfectly fine. Simply follow the DESeq2 vignette for differential analysis.

Thank you! These comments are really helpful. I did run DESeq, PCA and Volcano plots seems to be okay.

Log in to answer this question.