This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Normalize Data in R and Heatmap

Hi, I am new to R. I have raw gene counts of my RNAseq samples. I want to normalize the gene counts and make a heat map and volcano plot from the gene counts in R. Here's a view of my data:

enter image description here

Can you guys please tell me how can I do it in Rstudo?

heatmap data normalization

1 answer

The DESeq2 vignette is one place which will tell you how to process your data. Start there.

Log in to answer this question.