Add basemean of "condition A" and "condition B" to the final table
1
0
Entering edit mode
@leonardopaganini-22811
Last seen 5.2 years ago

Hi everybody,

I recently changed from DESeq to DESeq2 to perform my RNA-Seq analysis.

I would like to know how I could include the baseMean values for the two conditions I am using (as it was automatically done in DESeq).

This is how I performed part of it:

#Differential expression analysis dds <- DESeq(dds) res <- results(dds, cooksCutoff=FALSE) res <- res[order(res$padj),] sizeFactors(dds) head (counts (dds)) head (counts(dds, normalized=TRUE))

head(res)

mcols(res, use.names=TRUE)

dds=estimateDispersions (dds) plotDispEsts( dds )

dds<- DESeq(dds)

#to export table write.csv(as.data.frame(res), file.choose())

Thanks, if you need any other info tell me ;)

deseq2 • 406 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 2 days ago
United States

While the site search isn't so great, you can use Google to find similar posts. If I punch in this into Google:

site:https://support.bioconductor.org/ deseq2 basemean each condition

The top post gives some code to accomplish this. (it's thread 63567)

ADD COMMENT

Login before adding your answer.

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