MetaReference {BioNovoGene.BioDeep.Chemistry.TMIC.HMDB} .NET clr documentation

MetaReference

Description

A simple data model for the hmdb metabolite information the MetaReference.synonyms is just a simple string collection in the hmdb xml file.

主要是为了简化数据额存储

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.TMIC.HMDB
export class MetaReference {
   # HMDB ID, hmdb的主编号
   accession: string;
   average_molecular_weight: string;
   bigg_id: string;
   biocyc_id: string;
   biological_properties: biological_properties;
   cas_registry_number: string;
   chebi_id: string;
   chemical_formula: string;
   chemspider_id: string;
   description: string;
   drugbank_id: string;
   drugbank_metabolite_id: string;
   fbonto_id: string;
   foodb_id: string;
   het_id: string;
   inchi: string;
   inchikey: string;
   iupac_name: string;
   kegg_id: string;
   knapsack_id: string;
   meta_cyc_id: string;
   metagene: string;
   metlin_id: string;
   monisotopic_molecular_weight: string;
   # Common Name
   name: string;
   nugowiki: string;
   pdb_id: string;
   phenol_explorer_compound_id: string;
   phenol_explorer_metabolite_id: string;
   pubchem_compound_id: string;
   # Secondary Accession Numbers
   secondary_accessions: secondary_accessions;
   smiles: string;
   # other synonym names from external database
   synonyms: synonyms;
   synthesis_reference: string;
   taxonomy: taxonomy;
   traditional_iupac: string;
   vmh_id: string;
   wikipedia_id: string;
   wikipidia: string;
}

        

.NET clr type reference tree

  1. use by property member biological_properties: biological_properties
  2. use by property member secondary_accessions: secondary_accessions
  3. use by property member synonyms: synonyms
  4. use by property member taxonomy: taxonomy

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