Entering edit mode
21 months ago
shinyjj
▴
50
Hi all, salmon seems to calculate the TPM using the equation below, and looks like the constant is 26.1 for every calculated TPM. Does anybody know what this constant means and how it's derived?
TPM = constant * NumReads / EffectiveLength,
My guess is that its
10^6/(sum_j (NumReads_j/EffectiveLength_j))
?Hi Rob, you are correct. It does sum up to 1M. Thanks a lot. Since you are expert in this tool, could you also help me answer this question here? Intron retention gene expression using salmon