computeSlope | R Documentation |
Return Slope (normalized slope of the drug response curve) for an experiment of a pSet by taking its concentration and viability as input.
computeSlope(concentration, viability, trunc = TRUE, verbose = TRUE)
concentration |
|
viability |
|
trunc |
|
verbose |
|
Returns the normalized linear slope of the drug response curve
dose <- c(0.0025,0.008,0.025,0.08,0.25,0.8,2.53,8)
viability <- c(108.67,111,102.16,100.27,90,87,74,57)
computeSlope(dose, viability)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.