Loewe: Fill the dataset with the predicted effect under Loewe model

Description Usage Arguments Value Examples

View source: R/Loewe.R

Description

Fill the dataset with the predicted effect under Loewe model

Usage

1
2
Loewe(data, resp = "Birth_rate", conc1 = "CONC", conc2 = "CONC2",
  same.Emax = FALSE, Emax.effect = c("min", "max"))

Arguments

data

input data

resp

Name of the column in the dataset with the effect/response to be fitted.

conc1

Name of the column in the dataset with the concentrations for drug 1. 'CONC' by default.

conc2

Name of the column in the dataset with the concentrations for drug 1. 'CONC2' by default.

same.Emax

logical value to indicate whether the hill model for drug 1 and drug 2 share the same Emax value (classical Loewe model). FALSE by default.

Emax.effect

argument to indicate whether the maximum effect of the drug in the dataset is associated with the minimum or the maximum values of the resp column.

Value

The input dataset with a new column called 'loewe_additivity' to store the expected effect of combination under Loewe additive model

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
data(Dactolisib_Trametinib_rates)
head(GD)
GD=Loewe(data=GD,resp = 'Birth_rate')
head(GD)
rmap <-  braidReports::responseMap(loewe_additivity~CONC+CONC2,GD,logscale=T)#' 
plot.ResponseSurface(rmap,xl="[Dactolisib] (µM)",yl="[Trametinib] (µM)",
zl="Birth rate of \n sensitive cells (1/h)",title="Loewe")

## End(Not run)

Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.