Location {SMRUCC.genomics.ComponentModel.Loci} .NET clr documentation

Location

Description

A location property on a sequence data. Please notice that if the loci value its left value greater than right value then this object will swap the value automaticaly. (一个序列片段区域的位置,请注意,当Left的大小大于Right的时候,模块会自动纠正为Left小于Right的状态, 这个对象可以同时用来表示核酸序列或者蛋白质序列上面的位置)

字符串中的字符在计算机程序语言中是从零开始的 但是生物分子序列中的残基的起始是从1开始的

Declare

            
# namespace SMRUCC.genomics.ComponentModel.Loci
export class Location extends IntRange {
   Center: integer;
   # The segment length of this location object.(目标序列片段区域的片段长度)
   FragmentSize: integer;
   Interval: integer;
   # 当前的这个位置数据是否为左边小于右边的正常状态
   IsNormalized: boolean;
   # Location: Gets or set the left start value of the segment on the target sequence.(目标片段的左端起始区域,与链的方向无关)
   left: integer;
   Max: integer;
   Min: integer;
   # Location: Gets or set the right ends value of the segment on the target sequence.(目标片段的右端结束区域,与链的方向无关)
   right: integer;
   Tag: JavaScriptObject;
}

        

.NET clr type reference tree

  1. this class extends from IntRange class: IntRange
  2. use by property member Tag: JavaScriptObject

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