calcKi: Calculate the Ki of an inhibitor with the Cheng-Prusoff...

View source: R/calcKi.R

calcKiR Documentation

Calculate the Ki of an inhibitor with the Cheng-Prusoff equation

Description

calcKi uses IC50, substrate concentration, and Km to calculate a Ki value for an inhibitor

Usage

calcKi(IC50, S, Km = NA)

Arguments

IC50

The IC50 value for the inhibitor (uM)

S

The concentration of the substrate used (uM)

Km

The Michaelis constant for the affinity between the substrate and the enzyme (uM)

Value

Returns the inhibitory constant Ki (uM) (numeric)

Examples

calcKi(20, 5, 5)
# 10


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.