Description Usage Arguments Details Value Functions See Also
tpm[i, j] == (rpkm[i, j]/(sum(rpkm[i, ]))) * 1e6
1 2 3 | rpkmToTpm(rpkm, ...)
.tpmBySample(rpkm)
|
rpkm |
a matrix of RPKM or FPKM estimates |
... |
any additional user input arguments |
For nonzero rpkm, this becomes
tpm[i, nonzero] == exp( log(rpkm[i, nonzero]) - log(sum(rpkm[i, nonzero])) + log(1e6) )
and of course if RPKM == 0 then TPM == 0 as well.
a matrix of TPM estimates
.tpmBySample
:
http://bioinformatics.oxfordjournals.org/content/26/4/493.full
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.