Description Usage Arguments Value Examples
View source: R/normalize_data.R
This function works on FL1H, FSC and SSC data acquired on 96-well plates
| 1 | adjust_effect(data, offsets, offset_key)
 | 
| data | The data to be corrected | 
| offsets | The offsets to be used | 
A normalized data list
| 1 2 3 4 5 | <c3><a0> finaliser
load("data/data.rda")
final_data = filter_data(data, data$anno$rep != 1)
offsets_plate = model.tables(m_annov)$tables$plate
final_data = adjust_effect(final_data, offsets_plate, "plate")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.