location {SMRUCC.genomics.Assembly.Uniprot.XML} .NET clr documentation

location

Description

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.

Declare

            
# namespace SMRUCC.genomics.Assembly.Uniprot.XML
export class location {
   # 片段的起点位置
   begin: position;
   # 片段的结束位置
   end: position;
   IsRegion: boolean;
   IsSite: boolean;
   # 单个位点的位置
   position: position;
}

        

.NET clr type reference tree

  1. use by property member begin: position
  2. use by property member end: position
  3. use by property member position: position

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