TaxonomyNode {SMRUCC.genomics.Assembly.NCBI.Taxonomy} .NET clr documentation

TaxonomyNode

Description

The tree node calculation model for NcbiTaxonomyTree, a labeled tree node for a specific ncbi taxid.

Declare

            
# namespace SMRUCC.genomics.Assembly.NCBI.Taxonomy
export class TaxonomyNode {
   children: iterates(String);
   # the scientific name of current taxonomy node
   name: string;
   # get size of list TaxonomyNode.children
   nchilds: integer;
   # 当前的节点的父节点的编号: @P:SMRUCC.genomics.Assembly.NCBI.Taxonomy.TaxonomyNode.taxid
   parent: string;
   # One of the value in array collection NcbiTaxonomyTree.stdranks.
   #  (当前节点的分类等级)
   rank: string;
   # the NCBI taxonomy id
   taxid: integer;
}

        

.NET clr type reference tree

  1. use by property member children: iterates(String)

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