Description Usage Arguments Value Examples
This function normalizes the expression matrix.
1 | normalize_mat(mat, normalizer)
|
mat |
The expression matrix |
normalizer |
Normalizer values generated by |
A normalized expression matrix
1 2 | normalizer <- get_normalizer(mat)
mat.norm <- normalizer_mat(mat, normalizer)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.