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

Enzyme

Peptide

Subclass to describe peptides resulting from gene translation

Ribosome

RNAPolymerase

class ETFL.Enzyme(id=None, kcat=None, kcat_fwd=None, kcat_bwd=None, kdeg=None, composition=None, *args, **kwargs)

Bases: etfl.core.macromolecule.Macromolecule

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)
class ETFL.Peptide(id=None, gene_id=None, sequence=None, **kwargs)

Bases: cobra.Metabolite

Subclass to describe peptides resulting from gene translation

property gene(self)
property peptide(self)
property molecular_weight(self)
static from_metabolite(met, gene_id=None)
class ETFL.Ribosome(id=None, kribo=None, kdeg=None, composition=None, rrna=None, *args, **kwargs)

Bases: Enzyme

property kribo(self)
property molecular_weight(self)
class ETFL.RNAPolymerase(id=None, ktrans=None, kdeg=None, composition=None, *args, **kwargs)

Bases: Enzyme

property ktrans(self)