Count Matrix normalisation for downstream analysis and for creating heatmap of targeted genes
1
0
Entering edit mode
12 months ago
Vikram • 0

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:

  1. Before creating heatmap do we need to normalize the read count data
  2. 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!

count-matrix stringtie normalisation statistics transcriptomics • 541 views
ADD COMMENT
0
Entering edit mode
12 months ago

Instead of using the stringtie counts you should quantify your reads against your assembled/merged transcriptome with Salmon or Kallisto. This will give you more accurate TPM abundance estimates at the gene and transcript level. For normalization after this DESeq2 rlog/vst, or edgeR TMM all work well. See their respective documentation for more information.

ADD COMMENT

Login before adding your answer.

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