View source: R/computeSynergy.R
computeHSA | R Documentation |
Given two numeric
containing viability of two monotherapy respectively,
Compute highest single-agent (HSA) values as the expected response
of the two treatments combined.
computeHSA(viability_1, viability_2)
viability_1 |
|
viability_2 |
|
numeric
expected response of the two treatments combined
using the highest response of the two (lower viability).
(hsa <- computeHSA(0.75, 0.65))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.