| counts2tpm | R Documentation | 
counts to tpm
counts2tpm(x, genesize)
| x | count matrix | 
| genesize | genesize vector (kilobase) | 
tpm matrix
file <- system.file('extdata/billing19.rnacounts.txt', package = 'autonomics')
object <- read_rnaseq_counts(file)
counts(object)[1:3, 1:3]
counts2tpm(counts(object), genesize = 1)[1:3, 1:3]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.