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

Band

Description

Bands are defined using

 band CHRNAME BANDNAME BANDLABEL START End COLOR

Currently BANDNAME And BANDLABEL are Not used

Colors correspond To levels Of grey To match conventional shades Of banding found In genome browsers. For example, gpos25 Is a light grey.

For examples Of real karyotype files, see data/karyotype In the Circos distribution directory. Or data/karyotype In the course directory.

Declare

            
# namespace SMRUCC.genomics.Visualize.Circos.Karyotype
export class Band extends iterates(any) kind {
   bandX: string;
   bandY: string;
   chrName: string;
   color: string;
   end: integer;
   Properties: list;
   start: integer;
}

        

.NET clr type reference tree

  1. this class extends from iterates(any) kind class: iterates(any) kind

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