bedapub / designit

Blocking and randomization for experimental design
https://bedapub.github.io/designit/
Other
7 stars 1 forks source link

mk_plate_scoring_functions doesn't need batch container as a first argument #47

Open idavydov opened 5 months ago

idavydov commented 5 months ago

Rewrite mk_plate_scoring_functions in a such a way that can create all temporary objects during the first call.

E.g.,

scoring_f <- mk_plate_scoring_functions(
  row = "row", column = "column", group = "Sex"
)
bc <- optimize_design(bc, scoring = scoring_f, max_iter = 100)