Get normalized count Data using DESeq2 in R
2
0
Entering edit mode
7.3 years ago

Hello everyone,

I have 54 HT-seq Count files from an old experiment that I am reanalyzing. They are composed of combinations of the 2 treatment groups (Wildtype and Treatment), 3 exposures (water, tBOOH, diquat), and 3 times points. I need to create a matrix of the normalized count data for each gene in each sample. I am not sure how to start, any help would be appreciated.

Thanks,

RNA-Seq R • 11k views
ADD COMMENT
2
Entering edit mode
7.3 years ago

What you are looking for is extraction of counts after variance stabilizing transformation (vsd/vst) or rlog normalization. You can find both described clearly in the DESeq2 manual (2.1.2 Extracting transformed values).

ADD COMMENT
1
Entering edit mode
7.3 years ago
Sentinel156 ▴ 190

Hi, this is pretty simple using DESeq2's counts function and has been asked many times before. See here and here for examples.

ADD COMMENT

Login before adding your answer.

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