View source: R/normalization.R
normalizeZscore | R Documentation |
Normalizes numeric data variables (apart from x-/y- coordinates) by computing their zscore. In case of timelapse experiments the stat data.frame is affected.
normalizeZscore(object, across = NULL, verbose = TRUE)
object |
|
across |
Character value or NULL. If character, the normalization is conducted separately for all groups of the grouping variable. Must be a variable from the well plate data.frame. |
A cypro object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.