xref {BioNovoGene.BioDeep.Chemistry.MetaLib.CrossReference} .NET clr documentation

xref

Description

The database cross reference set of a specific metabolite object. (对某一个物质在数据库之间的相互引用编号)

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.MetaLib.CrossReference
export class xref {
   # Multiple CAS id may exists
   CAS: string;
   # chebi main id, Chemical Entities of Biological Interest (ChEBI)
   chebi: string;
   ChEMBL: string;
   ChemIDplus: string;
   chemspider: string;
   DrugBank: string;
   # other additional database id set
   extras: list;
   foodb: string;
   HMDB: string;
   InChI: string;
   InChIkey: string;
   KEGG: string;
   KEGGdrug: string;
   KNApSAcK: string;
   lipidmaps: string;
   MeSH: string;
   MetaCyc: string;
   metlin: string;
   # The pubchem cid
   pubchem: string;
   SMILES: string;
   Wikipedia: string;
}

        

.NET clr type reference tree

  1. use by property member extras: list

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