Is the heatmap matruix from vst expressed in fold change?
1
0
Entering edit mode
6.8 years ago
Lila M ★ 1.2k

Hi everybody, following the next code

vsd <- varianceStabilizingTransformation(dds, blind = TRUE)
vst <- assay(vsd)
dds2 <- DESeq(dds)
res2 <- results(dds2)
mat <- assay(vsd)[head(order(res.05$padj), 300), ]
write.table(mat, "heatmap_matrix")

I was wondering if in the final matrix (heatmap_matrix) the values are fold change or counts. Does anyone know about it?

Many many thanks!

RNA-Seq pheatmap heatmap vsd fold change • 1.9k views
ADD COMMENT
2
Entering edit mode
6.8 years ago

I guess you could call the units "transformed counts" if you need to assign a name to things.

ADD COMMENT
0
Entering edit mode

Many thanks Devon for this information! !

ADD REPLY

Login before adding your answer.

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