Feature {SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES} .NET clr documentation

Feature

Description

A sequence feature site on the genome DNA sequence.(基因组序列上面的特性区域片段)

Declare

            
# namespace SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES
export class Feature extends IgbComponent {
   Count: integer;
   IsReadOnly: boolean;
   # 第6至第20列的小字段的字段名
   KeyName: string;
   Keys: iterates(String);
   # The location of this feature site on the DNA chain.(本特性位点在DNA链上面的位置)
   Location: Location;
   PairedValues: NamedValue`1[];
   # nt sequence of this feature site.
   SequenceData: string;
   Values: iterates(String);
}

        

.NET clr type reference tree

  1. this class extends from IgbComponent class: IgbComponent
  2. use by property member Keys: iterates(String)
  3. use by property member Location: Location
  4. use by property member PairedValues: NamedValue`1
  5. use by property member Values: iterates(String)

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