Skip to content

Commit

Permalink
discomment benchmakr chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
nmercadeb committed Sep 25, 2024
1 parent 78ff92a commit 75d541f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Authors@R: c(
role = c("aut"), comment = c(ORCID = "0000-0002-0847-4855")),
person("Xihang", "Chen", , "xihang.chen@ndorms.ox.ac.uk",
role = c("aut"), comment = c(ORCID = "0009-0001-8112-8959")),
person("Kim", "Lopez", , "kim.lopez@spc.ox.ac.uk",
person("Kim", "Lopez-Guell", , "kim.lopez@spc.ox.ac.uk",
role = "aut", comment = c(ORCID = "0000-0002-8462-8668")),
person("Elin", "Rowlands", , "elin.rowlands@ndorms.ox.ac.uk",
role = "aut", comment = c(ORCID = "0009-0005-5166-0417")))
Expand Down
24 changes: 12 additions & 12 deletions vignettes/a11_benchmark.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ benchmarkData$details |>
We also computed the overlap between patients in CIRCE and CohortConstructor cohorts, with results shown in the plot below:

```{r, fig.width=10, fig.height=7}
# benchmarkData$comparison |>
# plotCohortOverlap() +
# scale_y_discrete(labels = niceOverlapLabels) +
# theme(
# legend.text = element_text(size = 10),
# strip.text = element_text(size = 14),
# axis.text.x = element_text(size = 12),
# axis.title.x = element_text(size = 14),
# axis.title.y = element_text(size = 14)
# ) +
# facet_wrap("cdm_name") +
# scale_fill_discrete(labels = c("CIRCE", "Both", "CohortConstructor"))
benchmarkData$comparison |>
plotCohortOverlap() +
scale_y_discrete(labels = niceOverlapLabels) +
theme(
legend.text = element_text(size = 10),
strip.text = element_text(size = 14),
axis.text.x = element_text(size = 12),
axis.title.x = element_text(size = 14),
axis.title.y = element_text(size = 14)
) +
facet_wrap("cdm_name") +
scale_fill_discrete(labels = c("CIRCE", "Both", "CohortConstructor"))
```

# Performance
Expand Down

0 comments on commit 75d541f

Please sign in to comment.