View source: R/counts_to_TPM.R
counts_to_cpm | R Documentation |
Convert a numeric matrix of features (rows) and conditions (columns) with raw feature counts to counts per million.
counts_to_cpm(counts)
counts |
A numeric matrix of raw feature counts i.e. fragments assigned to each gene. |
cpm A numeric matrix normalized by library size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.