KaryotypeSkeleton {SMRUCC.genomics.Visualize.Circos.Karyotype} .NET clr documentation

KaryotypeSkeleton

Description

The annotated genome skeleton information.

Declare

            
# namespace SMRUCC.genomics.Visualize.Circos.Karyotype
export class KaryotypeSkeleton extends iterates(any) kind {
   # 枚举出当前的这个圈图内的所有的 cytogenetic band 定义数据 (用于内置的 GDI+ 绘图引擎绘制 band 色带)
   BandData: Band[];
   # 枚举出当前的这个圈图内的所有的染色体的定义数据
   Karyotypes: iterates(KaryotypeEntry);
   # 缺口的大小,这个仅仅在单个染色体的基因组绘图模型之中有效
   loopHole: integer;
   Properties: list;
   # 基因组的大小,在这里默认是所有的染色体的总长度
   size: integer;
}

        

.NET clr type reference tree

  1. this class extends from iterates(any) kind class: iterates(any) kind
  2. use by property member BandData: Band
  3. use by property member Karyotypes: iterates(KaryotypeEntry)

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