Skip to content

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

@idavydov

Description

@idavydov

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions