| KaryotypeSkeleton {SMRUCC.genomics.Visualize.Circos.Karyotype} | .NET clr documentation |
The annotated genome skeleton information.
# 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;
}
BandData: BandKaryotypes: iterates(KaryotypeEntry)