MetabolicReaction {SMRUCC.genomics.MetabolicModel} .NET clr documentation

MetabolicReaction

Description

A unify reaction model in the GCModeller system

Declare

            
# namespace SMRUCC.genomics.MetabolicModel
export class MetabolicReaction {
   description: string;
   ECNumbers: string;
   id: string;
   # if not is reversible, then the reaction direction is left to right by default
   is_reversible: boolean;
   # could be react no required of the enzymatic
   is_spontaneous: boolean;
   left: CompoundSpecieReference[];
   name: string;
   right: CompoundSpecieReference[];
}

        

.NET clr type reference tree

  1. use by property member left: CompoundSpecieReference
  2. use by property member right: CompoundSpecieReference

[Package {$package} version {$version} Index]