biocircuits.act_hill
- biocircuits.act_hill(x, n)
Dimensionless production rate for a gene activated by x.
- Parameters:
x (float or NumPy array) – Concentration of activator.
n (float) – Hill coefficient.
- Returns:
output – x**n / (1 + x**n)
- Return type:
NumPy array or float