RNA-seq analysis: How to output normalized counts or normalized FPKM values for all genes in each condition from DESeq2 pipeline?
2
0
Entering edit mode
6.4 years ago

I am using a “star-featurecounts-DESeq2” pipeline to perform transcriptome comparison between several conditions (more than 2 conditions) of my samples. I noticed that my final differential expression lists contains only 7 columns: gene ID, baseMean,log2FoldChange,lfcSE,stat,pvalue and padj. I didn’t find any column that contained normalized counts or normalized FPKM values. I need these normalized counts or normalized FPKM values to generate a master gene expression matrix to do co-expression among all conditions later on. Could anyone guide me on the right way to have DEseq2 generate the output with additional column that contains normalized counts or normalized FPKM values for each genes in the final differential expression list? Thanks!

rna-seq • 3.8k views
ADD COMMENT
0
Entering edit mode

Thanks, Hussain. I figure it out how to output the the normailzed counts using your suggestion.

ADD REPLY
1
Entering edit mode
ADD COMMENT
1
Entering edit mode
6.4 years ago
Hussain Ather ▴ 990

Use counts(dds, normalized=TRUE) to generate normalized counts.

ADD COMMENT

Login before adding your answer.

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