PartitioningData {SMRUCC.genomics.Analysis.SequenceTools.DNA_Comparative} .NET clr documentation

PartitioningData

Description

The genome partitional data.(基因组分区数据)

Declare

            
# namespace SMRUCC.genomics.Analysis.SequenceTools.DNA_Comparative
export class PartitioningData {
   GC: double;
   GenomeID: string;
   Headers: string;
   Length: integer;
   # 分区的起始位置
   LociLeft: integer;
   # 分区的结束位置
   LociRight: integer;
   ORFList: string;
   # 当前的功能分区的标签信息
   PartitioningTag: string;
   # 当前的基因组分区之中的基因序列
   SequenceData: string;
   Title: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]