nuget server logo nuget api documents
↑

API Docs / SMRUCC.genomics.Visualize.Circos.Core / IdeogramBlock

IdeogramBlock

Full name SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.IdeogramBlock Assembly SMRUCC.genomics.Visualize.Circos.Core Members 17

01 Syntax

SMRUCC.genomics.Visualize.Circos.Configurations.Nodes.IdeogramBlock

02 Methods

NameOverloadsSummary
Build 1

03 Properties

NameOverloadsSummary
thickness 1 thickness (px) of chromosome ideogram Thickness of ideograms, which can be absolute (e.g.
stroke_color 1 ideogram border color
fill 1 Ideograms can be drawn as filled, outlined, or both.
fill_color 1 the default chromosome color is set here and any value # defined in the karyotype file overrides it
radius 1 Fractional radius position of chromosome ideogram within image.
label_font 1 see etc/fonts.conf for list of font names
label_radius 1 if ideogram radius is constant, and you'd like labels close to image edge, use the dims() Function To access the size Of the image label_radius = dims(image,radius) - 60p
band_stroke_thickness 1 cytogenetic bands
show_bands 1 show_bands determines whether the outline of cytogenetic bands # will be seen
fill_bands 1 in order to fill the bands with the color defined in the karyotype # file you must set fill_bands
stroke_thickness 1
show_label 1
label_size 1
label_parallel 1
label_case 1
Spacing 1

04 Members

property thickness #
thickness

thickness (px) of chromosome ideogram

Thickness of ideograms, which can be absolute (e.g. pixels, "p" suffix) Or relative ("r" suffix). When relative, it Is a fraction Of image radius.

property stroke_color #
stroke_color

ideogram border color

property fill #
fill

Ideograms can be drawn as filled, outlined, or both. When filled, the color will be taken from the last field In the karyotype file, Or Set by chromosomes_colors. Color names are discussed In

http://www.circos.ca/documentation/tutorials/configuration/configuration_files

When stroke_thickness=0p Or If the parameter Is missing, the ideogram Is has no outline And the value Of stroke_color Is Not used.

property fill_color #
fill_color

the default chromosome color is set here and any value

defined in the karyotype file overrides it

property radius #
radius

Fractional radius position of chromosome ideogram within image.

Spacing between ideograms. Suffix "r" denotes a relative value. It Is relative To circle circumference (e.g. space Is 0.5% Of circumference).

property label_font #
label_font

see etc/fonts.conf for list of font names

property label_radius #
label_radius

if ideogram radius is constant, and you'd like labels close to image edge, use the dims() Function To access the size Of the image

label_radius = dims(image,radius) - 60p

property band_stroke_thickness #
band_stroke_thickness

cytogenetic bands

property show_bands #
show_bands

show_bands determines whether the outline of cytogenetic bands

will be seen

property fill_bands #
fill_bands

in order to fill the bands with the color defined in the karyotype

file you must set fill_bands

property stroke_thickness #
stroke_thickness
property show_label #
show_label
property label_size #
label_size
property label_parallel #
label_parallel
property label_case #
label_case
property Spacing #
Spacing
method Build #
Build(Int32, String)