logCPM | R Documentation |
The input can be a base R matrix or a sparse matrix from the Matrix package.
logCPM(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 log2(CPM + 1) values (matching input)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.