Description Usage Arguments Value
Convert a numeric matrix of features (rows) and conditions (columns) with raw feature counts to transcripts per million.
1 | counts_to_tpm(counts, featureLength, meanFragmentLength)
|
counts |
A numeric matrix of raw feature counts i.e. fragments assigned to each gene. |
featureLength |
A numeric vector with feature lengths. |
meanFragmentLength |
A numeric vector with mean fragment lengths. |
tpm A numeric matrix normalized by library size and feature length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.