-
Notifications
You must be signed in to change notification settings - Fork 5
/
circos.conf.template
185 lines (150 loc) · 3.78 KB
/
circos.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
#####circos configure template for viewFusion.pl#####
#####Use system configures by circos at etc/#####
<<include etc/housekeeping.conf>>
#####define colors and fonts#####
<colors>
<<include etc/colors.conf>>
</colors>
<fonts>
<<include etc/fonts.conf>>
</fonts>
#####Define IDEOGRAM#####
<ideogram>
<spacing>
default = 10u
break = 5u
</spacing>
# thickness (px) of chromosome ideogram
thickness = 100p
stroke_thickness = 2
# ideogram border color
stroke_color = black
fill = yes
# the default chromosome color is set here and any value
# defined in the karyotype file overrides it
fill_color = black
# fractional radius position of chromosome ideogram within image
radius = 0.75r
show_label = yes
label_with_tag = yes
label_font = condensedbold
label_radius = dims(ideogram,radius) - 0.2r
label_size = 60p
# cytogenetic bands
band_stroke_thickness = 2
band_transparency = 2
# show_bands determines whether the outline of cytogenetic bands
# will be seen
show_bands = yes
# in order to fill the bands with the color defined in the karyotype
# file you must set fill_bands
fill_bands = yes
</ideogram>
#####ticks configure######
show_ticks = yes
show_tick_labels = yes
<ticks>
skip_first_label = no
skip_last_label = no
radius = dims(ideogram,radius_outer)
tick_separation = 3p
label_separation = 1p
#multiplier = 1e-6
multiplier =1/1u
color = black
thickness = 4p
size = 20p
<tick>
spacing = 1u
show_label = no
thickness = 2p
color = dgrey
</tick>
<tick>
spacing = 5u
show_label = no
thickness = 3p
color = vdgrey
</tick>
<tick>
spacing = 10u
show_label = yes
label_size = 20p
label_offset = 10p
format = %d
grid = yes
grid_color = dgrey
grid_thickness = 1p
grid_start = 0.5r
grid_end = 0.999r
#suffix = Mb
</tick>
</ticks>
#Do not modify here, the viewFusion.pl will replace it according to $species and $build
karyotype=replacekaryotype
chromosomes_units = 1000000
chromosomes_display_default = yes
#####Define image output#####
#####Both output png and svg format#####
<image>
dir = .
file = circos-fusion.png
png = yes
svg = yes
# radius of inscribed circle in image
radius = 1500p
background = white
# by default angle=0 is at 3 o'clock position
angle_offset = -90
auto_alpha_colors = yes
auto_alpha_steps = 5
</image>
########Define link##################
# Links (bezier curves or straight lines) are defined in <links> blocks.
# Each link data set is defined within a <link>.
# As with highlights, parameters defined
# in the root of <links> affect all data sets and are considered
# global settings. Individual parameters value can be refined by
# values defined within <link> blocks, or additionally on each
# data line within the input file.
<links>
z = 0
radius = 0.99r
bezier_radius = 0.05r
<link segdup>
show = yes
color = vvdgrey
thickness = 5
#Do not modify here, the viewFusion.pl will generate the file named fusion-link.txt
file = fusion-link.txt
#record_limit = 500
</link>
</links>
<plots>
<plot>
show=yes
type=text
#Do not modify here, the viewFusion.pl will generate the file named as fusion-gene.txt
file=fusion-gene.txt
color=black
r0=1r
r1=1r+400p
show_links = yes
#link_dims = 1p,1p,2p,1p,1p
link_dims = 1p,1p,50p,1p,10p
link_thickness = 2p
link_color = red
padding = 0p
rpadding = 0p
label_snuggle = yes
max_snuggle_distance = 4r
snuggle_tolerance = 0r
snuggle_sampling = 2
snuggle_link_overlap_test = yes
snuggle_link_overlap_tolerance = 0p
snuggle_refine = yes
label_rotate = yes
label_size = 30p
label_font = condensed
</plot>
</plots>