compounds {SMRUCC.genomics.Data.BioCyc} | .NET clr documentation |
the compound metabolite data model from the metacyc/biocyc database
The Class Compounds describe small-molecular-weight chemical compounds — typically, compounds that are substrates of metabolic reactions or compounds that activate or inhibit metabolic enzymes.
One of the component in the Class ProtLigandCplxe (Protein-Small-Molecule-Complexes) with class protein
# namespace SMRUCC.genomics.Data.BioCyc
export class compounds extends Model {
atomCharges: string;
chemicalFormula: string;
citations: string;
comment: string;
commonName: string;
componentOf: string;
credits: string;
# cross reference to the external database of current metabolite model
dbLinks: string;
exactMass: double;
Gibbs0: double;
InChI: string;
InChIKey: string;
instanceNameTemplate: string;
molecularWeight: double;
nonStandardInChI: string;
regulates: string;
SMILES: string;
synonyms: string;
types: string;
uniqueId: string;
}