View source: R/computeSynergy.R
computeBliss | R Documentation |
Given two numeric
containing viability of two monotherapy respectively,
Compute Bliss null reference values for the expected response
of the two treatments combined.
computeBliss(viability_1, viability_2)
viability_1 |
|
viability_2 |
|
numeric
expected response of the two treatments combined
under Bliss null assumption.
(bliss <- computeBliss(0.75, 0.65))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.