View source: R/DataSelection.R
LogNormalize | R Documentation |
This function normalizes the data across cells, scales it and log transforms it
LogNormalize(M, scale = 10000, normalize = TRUE)
M |
a matrix of expression values for each gene (rows) and cell (columns) |
scale |
the scaling factor |
normalize |
a boolean whether to normalize the data |
a log normalized matrix of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.