Given a platemap produced by plate_map
, will return
a dataframe with after values have been transformed into
a matrix mirroring the plate structure and undergoing a
2-way median polish to remove row or column effects
med_smooth(
platemap,
plate,
eps = 0.01,
maxiter = 10,
trace.iter = FALSE,
na.rm = TRUE,
normalise = FALSE
)
A dataframe consisting of two column, wellID and polished numeric values
dataframe produced by plate_map
numeric, number of wells in plate, either 96 or 384
real number greater than 0. A tolerance for divergence
int, the maximum number of iterations
Boolean, should progress in convergence be reported?
Boolean, should missing values be removed?
Boolean, should the data be divided by the MAD?