biocircuits.rr_and_single¶
- biocircuits.rr_and_single(x, y, nx, ny)¶
- Dimensionless production rate for a gene regulated by two repressors with AND logic in the absence of leakage with single occupancy. - Parameters
- x (float or NumPy array) – Concentration of first repressor. 
- y (float or NumPy array) – Concentration of second repressor. 
- nx (float) – Hill coefficient for first repressor. 
- ny (float) – Hill coefficient for second repressor. 
 
- Returns
- output – 1 / (1 + x**nx + y**ny) 
- Return type
- NumPy array or float