Fits dose-response curves to data given by the user and returns the Amax of the fitted curve. Amax: 100 - viability at maximum concentarion (in fitted curve)
Source:R/computeAmax.R
computeAmax.RdFits dose-response curves to data given by the user and returns the Amax of the fitted curve. Amax: 100 - viability at maximum concentarion (in fitted curve)
Arguments
- concentration
numericis a vector of drug concentrations.- viability
numericis a vector whose entries are the viability values observed in the presence of the drug concentrations whose logarithms are in the corresponding entries of the log_conc, expressed as percentages of viability in the absence of any drug.- trunc
logical, if true, causes viability data to be truncated to lie between 0 and 1 before curve-fitting is performed.- verbose
logicalshould warnings be printed