This is a test version of Biostars. For the public version, visit https://www.biostars.org.
circos plot tiles outside the cytogenetic bands

Hello,

Is there a way to plot the tiles outside the cytogenetic bands in Circos plot? If I change the radius the whole ideogram becomes small...Thanks for any tips

circos

1 answer

Give the plots a radius > 1.

<plot>

show  = yes
type  = histogram

file  = bp_per_bin.txt
r1    = 1.15r # <- here
r0    = 1.1r  # <- and here
max   = 5000000
min   = 0.0

glyph            = rectangle
glyph_size       = 15
color            = red
stroke_color     = dred
stroke_thickness = 8

</plot>

with the ideogram radius = 0.9r is OK?If I plot tiles >1 then I dont see some tiles, they are outside the image....Also, there remains a space between my ideogram and 1st heatmap...

ok, now I got it! thanks!

Log in to answer this question.