How to perform DEseq2 on datasets without replicates or merged replicates
2
1
Entering edit mode
aishu.jp ▴ 30
@aishujp-15144
Last seen 3.7 years ago

I have a plant RNA seq data of control and treated conditions obtained from 4 different days. This SRA dataset obtained from NCBI doesn't have replicates but have mentioned in their article that they have merged the biological replicates drawn during sequencing process in the sample preparation section. When I try to run DESeq, I am getting error because of the absence of replicate sample read counts. How can obtain the differential expressed genes between control and treated of each day separately?

Can anyone please help me how to solve this.

deseq2 R bioconductor RNA_Seq replicates • 2.6k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 1 day ago
United States

DESeq2 requires replicates to perform statistical inference. It cannot do a 1 vs 1 comparison.

ADD COMMENT
2
Entering edit mode
swbarnes2 ★ 1.3k
@swbarnes2-14086
Last seen 42 minutes ago
San Diego

With just one sample of each kind, there is no use for fancy statistics. You can use the library normalization techniques described in DESeq, and then just compare the values directly. You won't be able to generate a p-value.

ADD COMMENT

Login before adding your answer.

Traffic: 663 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6