Hello Everyone!
I have a count matrix generated from stringtie (from FPKM to readcount using prepDE.py3 of stringtie). I would like to create heatmap of targeted genes across samples.
My questions are:
- Before creating heatmap do we need to normalize the read count data
- If it is necessary, I was thinking of normalizing something like this, given gene-x and its read count across control, treatment1,treatment2 in triplicates, I'll calculate the average of all the read counts of gene-x across samples and then with that ill divide each read count by averaged read count and use that resulting value for plotting
Is this right way to proceed ?
If you have any other methods please suggest.
Thank you!