Description Usage Arguments Value
View source: R/normalization.R
Convert expression matrix to CPM (library size normalization).
1 | convert_to_cpm(M, scale_factor = 1e+06)
|
M |
Expression matrix (with genes as rows) in sparse or dense format. |
scale_factor |
Cell counts sum to this value after normalization (1e6 by default). |
Matrix in same format as input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.