Bioinformatics student
1
0
Entering edit mode
Sahar • 0
@7f3be7d9
Last seen 14 days ago
Canada

Hi,

From a Deseq2 analysis, I have just the final table of results (I guess res(dds)). My first question is if the counts there are normalized counts or just the counts for each gene from the initial data without any transformation? My second question is if I can do with just with these data outlier analysis at this stage, as I don't have the dds object?

Thanks in advance !

```

Des DESeq2 • 123 views
ADD COMMENT
0
Entering edit mode
@hemantcnaik-23771
Last seen 2 hours ago
India

You can get normalised count from Deseq2

normcounts <- counts(dds, normalized = TRUE)
write.csv(normcounts file="normcounts.csv")
ADD COMMENT

Login before adding your answer.

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