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
-
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'}
- name = 'ecoli-protein-degradation'
-
topology
{'bulk': ('bulk',), 'timestep': ('timestep',)}
-
defaults: Dict[str, Any]