Description Usage Arguments Details
Adds spatial_effect
and size_spatial_norm
columns to a screenmill dataset.
1 | normalize_spatial_effect(sm_data, of, death_thresh, prefix, ...)
|
sm_data |
A screenmill dataset (see screenmill::read_screenmill) |
of |
A column to apply the normalization to (as a string). |
death_thresh |
Death threshold for excluding slow growing strains from model fitting. |
prefix |
A prefix appended to |
... |
Additional parameters passed to stats::loess |
Uses stats::loess to fit a two degree polynomial surface of the form $colony ~ row + column$.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.