lqmodelFit | R Documentation |
It helps fit the linear quadratic model using the
cellsurvLQfit
function of the CFAssay
package, but automates the data wrangling steps, thus making it more
convenient to use for beginner R users. Visit
https://bioconductor.org/packages/release/bioc/html/CFAssay.html for
more details about the method of the fit.
lqmodelFit(data, ctype, method = "ml", PEmethod = "fit")
data |
A data frame containing at least the following five columns with these exact names: "cline", "Exp", "dose", "ncells", "ncolonies". |
ctype |
Name of the cell-line/group for which the model is to be fit. |
method |
Method used for the fit. It's |
PEmethod |
Controls the value of the plating efficiencies. |
An object of class cellsurvLQfit
, as returned by
cellsurvLQfit
.
datatab <- CASP8_data lqmodelFit(datatab, "control-B") lqmodelFit(datatab, "control-B", method = "ls", PEmethod = "fix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.