This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to do differential expression without having replicates

I have two controls and one treatment sample. I cant use Deseq2 as there are no enough replicates. What is the best way to find differential gene expressions?

deseq2 rna-seq edger

2 answers

You can use DESeq2 with 2 vs 1 with no problem as you habe replication in one group, so all estimated parameters are based on this. Obviously underpowered but it will work with the tool.

question asked 1000 times here : Rna-Seq Biological Replicates...

Quick answer : you can't . Try to have biological replicates otherwise you will never have confident results.

If you have two replicates in one group but no replicates in another group, you should be able to proceed as normal with DE analysis. It seems like the original poster had replicates in their control group.

Log in to answer this question.