DESeq2 - vst() - log2FC - no replicates
1
0
Entering edit mode
lifeonmars • 0
@0b903c2c
Last seen 2 days ago
Italy

I am using vst() from DESeq2 and I need to estimate shrunken log2 fold changes between condition A and B(neither of which have any replicates).

vst_data <- varianceStabilizingTransformation(dds)

I am using vst() since low counts have a higher relative variance than high counts and, therefore, making the variance constant should no longer give disproportionate fold changes. Moreover, to my understanding, for high counts, the variance stabilization transformation approaches a value of log2 of the normalised counts.

Thus, does this assume that the vst() has already transformed my count data into a log2 scale allowing me to compute the Log2FC as vst(B) - vst(A) or is it only an approximate logarithm transformation, still requiring me to compute it as log2( vst(B) / vst(A) )?

DESeq2 log2FC vst() • 116 views
ADD COMMENT
1
Entering edit mode
ATpoint ★ 4.2k
@atpoint-13662
Last seen 2 days ago
Germany

You can subtract the vst values to approximate logFCs, see: DESeq2-No replicates-Utility of log2fold shrunk values?

ADD COMMENT

Login before adding your answer.

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