Question: How to export rld (rlog) or vsd values from DESeq2?
2
LuisNagano • 80 wrote:
Hi guys, i want to export the rlog values from DESeq2 or vsd, but i only got the dds counts, using the following script:
countsdds <- counts(dds, normalized = TRUE)
write.csv(countsdds, file="dds_norm_counts.csv")
Is there a way to export rlog values?
Thanks for your help!
ADD COMMENT
• link
•
modified 2.2 years ago
by
WouterDeCoster ♦ 45k
•
written
2.2 years ago by
LuisNagano • 80