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

MetaLib

Description

chebi/kegg/pubchem/HMDB/metlin的物质注释信息整合库,这个数据库只要为了生成编号,名称之类的注释信息而构建的

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.MetaLib.Models
export class MetaLib extends MetaInfo {
   chemical: ChemicalDescriptor;
   class: string;
   description: string;
   exact_mass: double;
   formula: string;
   ID: string;
   IUPACName: string;
   keywords: string;
   kingdom: string;
   molecular_framework: string;
   name: string;
   organism: string;
   # 包含有这个物质的KEGG pathway的编号的集合,只有当xref.KEGG
   #  存在值的时候才会存在这个属性
   pathways: string;
   samples: BiosampleSource[];
   sub_class: string;
   super_class: string;
   synonym: string;
   xref: xref;
}

        

.NET clr type reference tree

  1. this class extends from MetaInfo class: MetaInfo
  2. use by property member chemical: ChemicalDescriptor
  3. use by property member samples: BiosampleSource
  4. use by property member xref: xref

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