ecoli.processes.protein_degradation

Protein Degradation

This process accounts for the degradation of protein monomers. Specific proteins to be degraded are selected as a Poisson process.

class ecoli.processes.protein_degradation.ProteinDegradation(parameters=None)[source]

Bases: PartitionedProcess

Protein Degradation PartitionedProcess

_proteinDegRates(timestep)[source]
calculate_request(timestep, states)[source]
defaults: Dict[str, Any]
{   'amino_acid_counts': [],
    'amino_acid_ids': [],
    'protein_ids': [],
    'protein_lengths': [],
    'raw_degradation_rate': [],
    'seed': 0,
    'time_step': 1,
    'water_id': 'h2o'}
evolve_state(timestep, states)[source]
name = 'ecoli-protein-degradation'
ports_schema()[source]
topology
{'bulk': ('bulk',), 'timestep': ('timestep',)}