cpm | R Documentation |
The input can be a base R matrix or a sparse matrix from the Matrix package.
cpm(counts)
counts |
a matrix, dgCMatrix, or dgTMatrix of count values. |
This function expects that columns correspond to samples, and rows to genes.
a matrix, dgCMatrix, or dgTMatrix of CPM values (matching input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.