IdeogramInclude {SMRUCC.genomics.Visualize.Circos.Configurations} .NET clr documentation

IdeogramInclude

Description

The <ideogram> block defines the position, size, labels and other properties Of the segments On which data are drawn. These segments are usually chromosomes, but can be any Integer axis.

Declare

            
# namespace SMRUCC.genomics.Visualize.Circos.Configurations
export class IdeogramInclude extends CircosConfig {
   filePath: string;
   Ideogram: IdeogramBlock;
   includes: iterates(CircosConfig);
   main: Circos;
   MimeType: ContentType[];
   refPath: string;
}

        

.NET clr type reference tree

  1. this class extends from CircosConfig class: CircosConfig
  2. use by property member Ideogram: IdeogramBlock
  3. use by property member includes: iterates(CircosConfig)
  4. use by property member main: Circos
  5. use by property member MimeType: ContentType

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