bedapub / bedapub/designit

mk_plate_scoring_functions doesn't need batch container as a first argument

Open
#47 0 comments 0 reactions 1 assignee Claimed by @ingitwetrust View on GitHub
Dominant language
HTML
Stars
9
Forks
1
Avg merge
10h 23m
Merged PRs (30d)
4

Description

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

E.g.,

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.