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

taxonomy

Description

Metabolite compound chemical structure classification

all these data contains in this model is the string array: + taxonomy.alternative_parents + taxonomy.substituents + taxonomy.external_descriptors

Declare

            
# namespace BioNovoGene.BioDeep.Chemistry.TMIC.HMDB
export class taxonomy extends CompoundClass {
   alternative_parents: alternative_parents;
   class: string;
   description: string;
   direct_parent: string;
   external_descriptors: external_descriptors;
   kingdom: string;
   molecular_framework: string;
   sub_class: string;
   substituents: substituents;
   super_class: string;
}

        

.NET clr type reference tree

  1. this class extends from CompoundClass class: CompoundClass
  2. use by property member alternative_parents: alternative_parents
  3. use by property member external_descriptors: external_descriptors
  4. use by property member substituents: substituents

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