Find the expected counts in DESeq2 output
2
0
Entering edit mode
cwliu2014 • 0
@cwliu2014-20210
Last seen 5.1 years ago

Hello,

I'm processing RNA-seq data (sampleA, sampleB) with featureCounts, and DE analysis with DESeq2. In the DESeq2 output, there are only baseMean, log2FoldChange...

I would like to extract the expected counts calculated by DESeq2 (already normalized, not the raw read counts from featureCounts).

Is there anyone knowing how to extract the expected counts value for each sample?

For example, geneID sampleA sampleB GeneA 5.666 4.333 GeneB 4.444 3.222 GeneC 4.111 7.555 . . .

Thanks in advance.

Edward

deseq2 • 539 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 1 hour ago
United States

DESeq2 operates on raw counts. It doesn’t use normalized counts internally. You can generate counts / size factors, see the vignette and ?counts

ADD COMMENT
0
Entering edit mode
swbarnes2 ★ 1.3k
@swbarnes2-14086
Last seen 4 hours ago
San Diego
counts(dds, normalized = TRUE)
ADD COMMENT

Login before adding your answer.

Traffic: 808 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