calcKi | R Documentation |
calcKi
uses IC50, substrate concentration, and Km to calculate a Ki
value for an inhibitor
calcKi(IC50, S, Km = NA)
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) |
Returns the inhibitory constant Ki (uM) (numeric)
calcKi(20, 5, 5)
# 10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.