R/data.R

# data.R

#' Best-Fit Unstabilized Merck OPPS BRAID Values
#'
#' A table of BRAID kappa and IAE values resulting from running the version
#' 1.0.0 BRAID fitting code on the Merck oncopolypharmacology screen (OPPS),
#' with *no* Bayesian stabilization of kappa.
#'
#' @format
#' A data frame with 5 columns:
#' \describe{
#'   \item{cell_line}{The cancer cell line which the combination was tested}
#'   \item{drugA}{The first drug in the combination tested}
#'   \item{drugB}{The second drug in the combination tested}
#'   \item{kappa}{The best-fit value of the BRAID interaction parameter kappa
#'   with no Bayesian stabilizatoin}
#'   \item{IAE}{The index of achievable efficacy (or IAE, a BRAID measure of
#'   combined potency) estimated for the best-fit BRAID surface}
#' }
"merckValues_unstable"


#' Best-Fit Bayesian Stabilized Merck OPPS BRAID Values
#'
#' A table of BRAID kappa and IAE values resulting from running the version
#' 1.0.0 BRAID fitting code on the Merck oncopolypharmacology screen (OPPS),
#' with moderate Bayesian stabilization of kappa.
#'
#' @format
#' A data frame with 5 columns:
#' \describe{
#'   \item{cell_line}{The cancer cell line which the combination was tested}
#'   \item{drugA}{The first drug in the combination tested}
#'   \item{drugB}{The second drug in the combination tested}
#'   \item{kappa}{The best-fit value of the BRAID interaction parameter kappa
#'   with moderate Bayesian stabilizatoin}
#'   \item{IAE}{The index of achievable efficacy (or IAE, a BRAID measure of
#'   combined potency) estimated for the best-fit BRAID surface}
#' }
"merckValues_stable"

Try the braidReports package in your browser

Any scripts or data that you put into this service are public.

braidReports documentation built on Sept. 30, 2024, 1:06 a.m.