Cutoff for TPM value
1
0
Entering edit mode
6.5 years ago
Picasa ▴ 640

Hi,

I need to filter my transcriptome to speed up some process.

I will map my samples against my transcriptome and compute the TPM value per contig per sample.

Do you have an idea about which minimum TPM value I should use if any sample has it ?

tpm transcriptome • 4.8k views
ADD COMMENT
2
Entering edit mode

Your question is answered here

ADD REPLY
1
Entering edit mode

Repeat of this question?

ADD REPLY
0
Entering edit mode
6.3 years ago

One of the "established" procedures is the one of taking FPKM=1, and then converting it to TPM by doing:

TPM_threshold = [ 1 / sum(FPKM_sample) ] * 10^6

This would give you a sample-specific TPM threshold which is scaled to the FPKM=1 threshold, used in many publications. However, you should keep in mind that also FPKM=1 was merely a choice.

ADD COMMENT

Login before adding your answer.

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