biocircuits.rep_hill

biocircuits.rep_hill(x, n)

Dimensionless production rate for a gene repressed by x.

Parameters
  • x (float or NumPy array) – Concentration of repressor.

  • n (float) – Hill coefficient.

Returns

output – 1 / (1 + x**n)

Return type

NumPy array or float