MetaInfo {BioNovoGene.BioDeep.Chemistry.MetaLib.Models} .NET clr documentation

MetaInfo

Description

the very basic metabolite annotation data model

this data model includes the metabolite annotation information, includes: 1. basic metabolite information, example as formula, name, etc 2. database cross reference: MetaInfo.xref

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.MetaLib.Models
export class MetaInfo {
   description: string;
   exact_mass: double;
   formula: string;
   # 该物质在整合库之中的唯一标识符
   ID: string;
   IUPACName: string;
   name: string;
   synonym: string;
   # The database cross reference of current metabolite and the molecule structure data.
   xref: xref;
}

        

.NET clr type reference tree

  1. use by property member xref: xref

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