normalizeZscore: Normalize data with zscore

View source: R/normalization.R

normalizeZscoreR Documentation

Normalize data with zscore

Description

Normalizes numeric data variables (apart from x-/y- coordinates) by computing their zscore. In case of timelapse experiments the stat data.frame is affected.

Usage

normalizeZscore(object, across = NULL, verbose = TRUE)

Arguments

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.

Value

A cypro object.


theMILOlab/cypro documentation built on April 5, 2022, 2:03 a.m.