Accessing RPM from DESeq2
1
0
Entering edit mode
6.5 years ago
sjj2121 • 0

Hi,

This may be a simple question but I've been stumped trying to find the right set of commands to do this, but is there a way to extract a RPM matrix from a dds object in DESeq2? I was able to make the dds object and did some preliminary PCA plotting of based on the rlog transform of the genes, but now I want to use the RPM to do some analysis of my samples that isn't strictly differential expression. Is there a command to do this or should I just take my original counts matrix and do the calculation myself? (Pretty new to R and this kind of analysis so any help is appreciated!)

RNA-Seq DEseq • 2.0k views
ADD COMMENT
0
Entering edit mode
6.5 years ago
ATpoint 82k
counts(dds, normalized=TRUE)

Double check here. Note that this is not RPM but the result of the DESeq2 geometric mean normalization.

ADD COMMENT

Login before adding your answer.

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