View source: R/gexp-transform_funcs.R
cpm_norm | R Documentation |
Peforms a CPM normalization on the given matrix.
cpm_norm(dat.mat, l2 = FALSE, remove.zeroes = TRUE)
dat.mat |
Matrix of data, typically unnormalized counts (genes X samples). |
l2 |
If true, will log transform the matrix. Default of FALSE. |
remove.zeroes |
Removes rows (genes) with zero expression across all samples. Default of TRUE. |
CPM normalizaed matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.