Are TPM values generated by different programs comparable?
1
1
Entering edit mode
6.7 years ago
amy.bashir ▴ 110

Hello!

I am currently analyzing a set of RNA-seq data. I first used StringTie to calculate the TPM values of reads that are mapped to the genome (a non-model organism). Then, for the ~5% of reads that were not mapped to the genome, I used Trinity to de novo assemble the reads and then used Kallisto to calculate the TPM of these transcripts.

Are the TPM values calculated by StringTie and Kallisto comparable? For example, can I combine the two lists of TPM values and look at the top 30 expressed transcripts?

Thank you very much!

StringTie Kallisto TPM • 2.2k views
ADD COMMENT
2
Entering edit mode
6.7 years ago
h.mon 35k

No, I don't think concatenating your TPMs like this is a good idea: both data sets are normalized to 1million, however the number of reads is very different between them.

If you want to do something like this, I would:

1) map reads to genome

2) used unmapped reads to assemble transcriptome

3) extract / get transcripts from genome

4) concatenate assembled transcriptome and extracted transcripts into new reference transcriptome

5) use kallisto to estimate TPMs / counts for new reference transcriptome

ADD COMMENT
0
Entering edit mode

Oh, that's a great idea. Thank you very much!

ADD REPLY

Login before adding your answer.

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