computeBliss: Compute Bliss Null References

View source: R/computeSynergy.R

computeBlissR Documentation

Compute Bliss Null References

Description

Given two numeric containing viability of two monotherapy respectively, Compute Bliss null reference values for the expected response of the two treatments combined.

Usage

computeBliss(viability_1, viability_2)

Arguments

viability_1

numeric monotherapeutic response of treatment 1.

viability_2

numeric monotherapeutic response of treatment 2.

Value

numeric expected response of the two treatments combined under Bliss null assumption.

Examples

(bliss <- computeBliss(0.75, 0.65))


bhklab/PharmacoGx documentation built on April 18, 2024, 3:13 a.m.