Nothing
# 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.