Reads in dataframe of Promega data, and normalise.
normalise.Rd
This function assumes that the left most row is cell/negative control, and second column from the left as virus/positive control.
Arguments
- df
dataframe to normalise, where left most column is negative control, and second left column is positive control.
- control_neg_column
The column(s) which negative/cell control are located (column number from left, integer)
- control_pos_column
The column(s) which positive/virus control are located (column number from left, integer)
- control_plating
how the controls are plated. default = "column", set to "custom" to input by wells using control_neg_wells and control_pos_wells.
- control_neg_wells
The wells which negative control are located (custom mode)
- control_pos_wells
The wells which positive control are located (custom mode)
- cluster
Experimental feature - uses k-means clustering to detect and exclude anomalies in negative and positive control (default = FALSE)