View source: R/rnaseq_helpers.R
matrix2tpm | R Documentation |
calculate TPMs from a matrix and a vector of feature lengths
matrix2tpm(counts, len)
counts |
raw counts, as a data.frame or matrix |
len |
a vector of feature lengths, in Kbp |
a matrix of TPMs
Mike Love
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.