Get normalized COUNTS Deseq2
1
0
Entering edit mode
anaQ • 0
@anaq-17140
Last seen 4.9 years ago

Hi, i'm trying to get the normalized counts only, for all the replicates and genes of my data (named "14vs48)". 

I'm trying this command:

table_counts <- counts(results14vs48, normalized=TRUE)

but i get this error message:

unable to find an inherited method for function ‘counts’ for signature ‘"DESeqResults"’

I havent found a similar question on the internet. Why is this happening?

deseq2 normalized counts • 1.0k views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States

You need to call counts() on your DESeqDataSet object. This is the object that stores your count data.

You are currently calling counts() and the object you received from calling results(...) on your DESeqDataSet object. This results object merely holdes the statistics for a particular contrast of interest from your dataset.

ADD COMMENT
0
Entering edit mode

thank you so much!

ADD REPLY

Login before adding your answer.

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