CV

This Node Is Deprecated — This version of the node has been replaced with a new and improved version. The old version is kept for backwards-compatibility, but for all new workflows we suggest to use the version linked below.
Go to Suggested ReplacementCV

The CV is a statistical parameter that describes variance of data.

For each group of data (e.g. wells of plates) CVs are calculated for each selected subset (e.g. control wells of a plate).

CV = sd(x[subset] / mean(x[subset]) * 100
or
CV = mad(x[subset] / median(x[subset]) * 100

Literature: Zhang, J. et al., J Biomol Screen 1999; 4; 67
Wikipedia: Coefficient of variation

Options

Group wells by
Select the column to define the groups (e.g. "barcode" for plate-wise CVs).
Select subset column / well annotation column
Column with well annotations (e.g. treatment)
Choose subset(s) / well annotation(s)
Select one or many subsets for which CVs are calculated (e.g. "negative control").
Use robust statistics
Median and mad will be calculated instead of mean and sd.
Include
Select the columns for which CVs will be calculated.

Input Ports

Icon
Input table

Output Ports

Icon
Table with CVs

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.