The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

braidReports

The goal of braidReports is to provide simple, intuitive, flexible tools to visualize combined action analyses and response surfaces, building on the power and breadth of the ggplot2 plotting system.

Example BRAID Analsyis and Report

Here is how you would run a full BRAID analysis (using the braidrm example dataset synergisticExample) and produce a one-page report:

library(braidReports)
#> Loading required package: braidrm
#> Loading required package: ggplot2
#> Warning: package 'ggplot2' was built under R version 4.4.1
## Run and Report a BRAID Analysis:
surface <- synergisticExample

analysis <- runBraidAnalysis(measure ~ concA + concB, surface, defaults=c(0,1))

report <- makeBraidReport(analysis, c("A Drug","B Drug"),
                          levels=c(0.5, 0.9), limits=c(5,5))

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.