calculateDER | R Documentation |
It helps you calculate the Dose Enhancement Ratio automatically without going through any data wrangling steps or calculation.
calculateDER(data, control, treatment, S, method = "ml", PEmethod = "fit")
data |
A data frame containing at least the following five columns: "cline", "Exp", "dose", "ncells", "ncolonies". |
control |
Name of the cell-line/group that will act as control (numerator in the ratio). |
treatment |
Name of the cell-line/group that will act as treatment (denominator in the ratio). |
S |
The survival fraction value for which you want to calculate your DER. |
method |
Method used for the fit. It's |
PEmethod |
Controls the value of the plating efficiencies. |
The Dose Enhancement Ratio of Control:Treatment.
datatab <- CASP8_data calculateDER(datatab, "shCASP8-NT", "shCASP8-N", 0.25) calculateDER(datatab, "shCASP8-NT", "shCASP8-N", 0.25, method = "ls", PEmethod = "fix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.