location {SMRUCC.genomics.Assembly.Uniprot.XML} | .NET clr documentation |
Describes a sequence location as either a range with a begin and end or as a position. The 'sequence' attribute is only used when the location is not on the canonical sequence displayed in the current entry.
# namespace SMRUCC.genomics.Assembly.Uniprot.XML
export class location {
# 片段的起点位置
begin: position;
# 片段的结束位置
end: position;
IsRegion: boolean;
IsSite: boolean;
# 单个位点的位置
position: position;
}
begin
: positionend
: positionposition
: position