Get normalized count Data using DESeq2 in R
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,
• 11,817 views
•
link
2 answers
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).
• 0 views
•
link
Log in to answer this question.