Feature {SMRUCC.genomics.Assembly.NCBI.GenBank.GBFF.Keywords.FEATURES} | .NET clr documentation |
A sequence feature site on the genome DNA sequence.(基因组序列上面的特性区域片段)
# 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);
}
Keys
: iterates(String)Location
: LocationPairedValues
: NamedValue`1Values
: iterates(String)