An S4 class representing a dose-response experiment of an individual compound or a mixture
namedose-response experiment name, character
compound.namevector of compound names, character
fractionvector of compound fractions, numeric, should add up to 1
dosevector of doses, numeric
responsevector of responses, e.g. OD, numeric
control.responsevector of [untreated] control responses, numeric
effectfractional effect of the drug(s), can range from 0 for untreated control to 1 for complete growth inhibition
modelnamed list of fitted models of the dose-response curve, list of objects of class DRModel
ic25IC25 value inferred from the model, numeric
ic50IC50 value inferred from the model, numeric
ic75IC75 value inferred from the model, numeric
true.ic50"true" IC50 value, can be set for simulation purposes, numeric
true.m"true" slope parameter of the Hill's equation, can be set for simulation purposes, numeric
commenta vector of diagnostic messages and other comments, character
dilution.factordilution factor, defined for exponential dose series
1 2 3 | data(sim15_screen3)
dre(sim15_screen3,"Cpd1")
plot(dre(sim15_screen3,"Cpd1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.