View source: R/compareCurves.R
compareCurves | R Documentation |
It helps compare two cell survival curves using the
cellsurvLQdiff
function of the CFAssay
package, without having the user go through the data wrangling steps
necessary for that. Visit
https://bioconductor.org/packages/release/bioc/html/CFAssay.html for
more details about the method.
compareCurves(data, cline1, cline2, method = "ml", PEmethod = "fit")
data |
A data frame containing at least the following five columns: "cline", "Exp", "dose", "ncells", "ncolonies". |
cline1 |
Name of the cell-line/group that you want to compare. |
cline2 |
Name of another cell-line/group that you want to compare. |
method |
Method used for the fit. It's |
PEmethod |
Controls the value of the plating efficiencies. |
An object of class cellsurvLQdiff
, as returned by
cellsurvLQdiff
.
datatab <- CASP8_data compareCurves(datatab, "shCASP8-N", "shCASP8-B+Z+N") compareCurves(datatab, "shCASP8-N", "shCASP8-B+Z+N", method = "ls", PEmethod = "fix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.