Description Usage Arguments Value Examples
View source: R/low_quality_cells.R
Center and normalize numeric data
1 |
x |
numeric matrix or data.frame |
norm_func |
Function, which returns a normalizer for given vector (default=max()) |
cent_func |
Function, which returns a center for given vector (default=min()) |
Data.frame with the centered and normalized x
1 | Scale(data.frame(x=c(1, 2, 3), y=c(0, 25, 100)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.