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

metabolite

Description

the xml file data model of the hmdb metabolite, this object contains the full record data of a hmdb metabolite. the metabolite.ontology data contains the category ontology information about this hmdb metabolite, example as: 1. Physiological effect, example as Health effect 2. Disposition, example as the biospecimen_locations, tissue_locations, etc 3. Process, example as the biological process information 4. Role, the biological roles of current metabolite

当前这个对象类型的IKeyedEntity`1.Key接口主键为MetaReference.accession属性

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.TMIC.HMDB
export class metabolite extends MetaReference {
   abnormal_concentrations: concentration[];
   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;
   creation_date: string;
   description: string;
   diseases: disease[];
   drugbank_id: string;
   drugbank_metabolite_id: string;
   # Physical Properties: Experimental Molecular Properties
   experimental_properties: Properties;
   fbonto_id: string;
   foodb_id: string;
   general_references: reference[];
   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;
   name: string;
   normal_concentrations: concentration[];
   nugowiki: string;
   ontology: ontology;
   pdb_id: string;
   phenol_explorer_compound_id: string;
   phenol_explorer_metabolite_id: string;
   # Physical Properties: Predicted Molecular Properties
   predicted_properties: Properties;
   protein_associations: protein[];
   pubchem_compound_id: string;
   secondary_accessions: secondary_accessions;
   smiles: string;
   # solid/liquid, 固态还是液态?
   state: string;
   synonyms: synonyms;
   synthesis_reference: string;
   taxonomy: taxonomy;
   traditional_iupac: string;
   update_date: string;
   version: string;
   vmh_id: string;
   wikipedia_id: string;
   wikipidia: string;
}

        

.NET clr type reference tree

  1. this class extends from MetaReference class: MetaReference
  2. use by property member abnormal_concentrations: concentration
  3. use by property member biological_properties: biological_properties
  4. use by property member diseases: disease
  5. use by property member experimental_properties: Properties
  6. use by property member general_references: reference
  7. use by property member normal_concentrations: concentration
  8. use by property member ontology: ontology
  9. use by property member predicted_properties: Properties
  10. use by property member protein_associations: protein
  11. use by property member secondary_accessions: secondary_accessions
  12. use by property member synonyms: synonyms
  13. use by property member taxonomy: taxonomy

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