computeHSA: Compute HSA Null References

View source: R/computeSynergy.R

computeHSAR Documentation

Compute HSA Null References

Description

Given two numeric containing viability of two monotherapy respectively, Compute highest single-agent (HSA) values as the expected response of the two treatments combined.

Usage

computeHSA(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 using the highest response of the two (lower viability).

Examples

(hsa <- computeHSA(0.75, 0.65))


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