Description Usage Arguments Value Examples
The dose response mode is usually fitted with original dose (not log10 transformed). The computed ICx values however, can be in either log10 scale or the original scale.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
dat |
a 2-column data frame with first column as dose and second column response. Controls are decided by dose = 0. |
drug |
drug for this analysis. |
cellLine |
cell line for this analysis. |
unit |
unit of drug concentration. |
models |
models the user may specify. |
cols |
colors of dose-response curves. |
log.d |
in computed ICx values, whether to return the log10 dose or the dose without this transformation. |
percentile |
IC percentile. |
alpha |
outlier significance level. |
fitCtr |
whether the model is fitted with control data. |
standardize |
whether to standardize (scale) the data based on control points. This should be disabled when no control data is supplied. |
interpolation |
whether calculate ICx through interpolation or through root finding. This parameter is passed to computeIC() function. When interpolation = TRUE, ICx value will be bounded by observed minimum and maximum dose; otherwise, ICx is calculated through root finding and thus can be outside this boundary (extrapolated). |
plot |
whether to draw the dose response curve. |
transparency |
a value between 0 and 1 specifying transparency through alpha blending; transparency = 0 means totally transparent. |
... |
additional parameters to plotOneExp(). |
a list containing elements with:
fits,
models,
cols,
ICmat, IC matrix from all specified models as well as RSE and model name
ICx, IC values from the best model
datWithOutlierStatus the input data with outlier status appended
bestModel the best model by RSE
RSEs
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.