Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove dependencies #42

Merged
merged 14 commits into from
Mar 13, 2024
5 changes: 2 additions & 3 deletions vignettes/osat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@ OSAT::get.experiment.setup(g_setup) |>
# Compare scores with various implementations
Compare OSAT score generated using designit.
```{r}
OSAT::getLayout(gc) |>
(OSAT::getLayout(gc) |>
left_join(OSAT::get.experiment.setup(g_setup)) |>
data.table::data.table() |>
osat_score("plates", c("SampleType", "Race", "AgeGrp")) |>
pull(score)
osat_score("plates", c("SampleType", "Race", "AgeGrp")))$score
klmr marked this conversation as resolved.
Show resolved Hide resolved

# score using OSAT
g_setup@metadata$optValue |> tail(1)
Expand Down
Loading