Description Usage Arguments Details Value Examples
Compute log normalized expression values from count data in a SingleCellExperiment object.
1 | Log2Normalize(x, return.sparse = FALSE)
|
x |
either a sparse or a dense matrix. |
return.sparse |
Logical when |
The input matrix is transformed into the log base 2 scale after addition of a pseudo count 1
.
log normalized matrix same as the input dimensions.
1 2 3 | a = matrix(rpois(100, lambda = 10), ncol=10, nrow=10)
lnorm <- Log2Normalize(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.