This is a test version of Biostars. For the public version, visit https://www.biostars.org.
log2(TPM+1)

Hi, I have a basic question with CCLE expression data. Why is the expression data given as log2(TPM+1) instead of log2TPM?

Thanks in advance for your help.

tpm expression

1 answer

Any logarithm of zero is undefined. Adding 1 to TPM values ensures we are not attempting to take log2(0).

Log in to answer this question.