Skip to content

Commit

Permalink
last bug fixed in tests. The automatic check of all test files seems OK
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie-Laure DELIGNETTE-MULLER committed Sep 25, 2024
1 parent 9815c99 commit f3c7d31
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/testthat/testwithRNAseq.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@ test_that("Test DRomics on RNAseq data", {
r <- bmdcalc(f)

# various plot of fitted curves (without data)
curvesplot(r$res, xmax = max(f$omicdata$dose),
curvesplot(r$res, xmax = max(r$omicdata$dose),
facetby = "model", colorby = "model")

curvesplot(r$res, xmax = max(f$omicdata$dose),
curvesplot(r$res, xmax = max(r$omicdata$dose),
facetby = "typology")
# plot of selection of curves
curvesplot(r$res[f$fitres$trend == "bell", ], xmax = max(f$omicdata$dose),
facetby = "id")

curvesplot(r$res[f$fitres$trend == "U", ], xmax = max(f$omicdata$dose),
curvesplot(r$res[r$res$trend == "bell", ], xmax = max(r$omicdata$dose),
facetby = "id")

# evaluate the impact of preventsfitsoutofrange, enablesfequal0inGP, enablesfequal0inlGP
Expand Down

0 comments on commit f3c7d31

Please sign in to comment.