3.1.1.2.1.4. etfl.core.enzyme¶
ME-related Enzyme subclasses and methods definition
3.1.1.2.1.4.1. Module Contents¶
3.1.1.2.1.4.1.1. Classes¶
|
Helper class that provides a standard way to create an ABC using |
|
Subclass to describe peptides resulting from gene translation |
|
Helper class that provides a standard way to create an ABC using |
|
Helper class that provides a standard way to create an ABC using |
- class ETFL.Enzyme(id=None, kcat=None, kcat_fwd=None, kcat_bwd=None, kdeg=None, composition=None, *args, **kwargs)¶
Bases:
etfl.core.macromolecule.MacromoleculeHelper class that provides a standard way to create an ABC using inheritance.
- init_variable(self, queue=False)¶
Attach an EnzymeVariable object to the Species. Needs to have the object attached to a model
- Returns
- property molecular_weight(self)¶
Necessary for scaling Use Biopython for this
- Returns
- class ETFL.Peptide(id=None, gene_id=None, sequence=None, **kwargs)¶
Bases:
cobra.MetaboliteSubclass to describe peptides resulting from gene translation
- property gene(self)¶
- property peptide(self)¶
- property molecular_weight(self)¶
- static from_metabolite(met, gene_id=None)¶