⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 biotree.asn

📁 ncbi源码
💻 ASN
字号:
--$Revision: 1000.0 $--*********************************************************************----  biotree.asn----     BioTree ASN--     Anatoliy Kuznetsov----*********************************************************************NCBI-BioTree DEFINITIONS ::=BEGINEXPORTS BioTreeContainer;BioTreeContainer ::= SEQUENCE {   treetype  VisibleString OPTIONAL,  -- hint on what kind of tree is that   fdict     FeatureDictSet,          -- features dictionary    nodes     NodeSet                  -- set of nodes with encoded topology}NodeSet ::= SET OF NodeNode ::= SEQUENCE {   id         INTEGER,             -- node uid   parent     INTEGER OPTIONAL,    -- parent node id   features   NodeFeatureSet OPTIONAL}NodeFeatureSet ::= SET OF NodeFeatureNodeFeature ::= SEQUENCE {   featureid   INTEGER,   value       VisibleString}FeatureDictSet ::= SET OF FeatureDescrFeatureDescr ::= SEQUENCE {   id    INTEGER,              -- feature id   name  VisibleString         -- feature name}END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -