0
|
1
|
|
2 # This is the main configuration file for the Circos tableviewer. This file also
|
|
3 # depends on colors.conf (definition on basic colors), ideogram.conf (size and spacing of
|
|
4 # row/cell segments), and ticks.conf (tick spacing and label definitions - these are turned
|
|
5 # off by default).
|
|
6 #
|
|
7 # In addition to these configuration files, the bin/make-conf script creates
|
|
8 # colors.conf (colors of row/col segments) and colors_percentile.conf (colors based on
|
|
9 # cell percentile values). These configuration files are also included via the <<include>> directive.
|
|
10 #
|
|
11 # Some elements of the output image are toggled off by default (e.g. row and column highlights,
|
|
12 # anchor links to segment labels, tick marks).
|
|
13
|
|
14 <colors>
|
|
15 <<include DATA_DIR/etc_colors.conf>>
|
|
16 <<include DATA_DIR/colors.conf>>
|
|
17 <<include DATA_DIR/colors_percentile.conf>>
|
|
18 </colors>
|
|
19
|
|
20 <fonts>
|
|
21 <<include DATA_DIR/fonts.conf>>
|
|
22 </fonts>
|
|
23
|
|
24 <<include DATA_DIR/ideogram.conf>>
|
|
25 <<include DATA_DIR/ticks.conf>>
|
|
26
|
|
27 karyotype = DATA_DIR/karyotype.txt
|
|
28
|
|
29 <image>
|
|
30 dir = DATA_DIR
|
|
31 file = circos.png
|
|
32 24bit = yes
|
34
|
33 svg = yes
|
0
|
34 png = yes
|
|
35 # radius of inscribed circle in image
|
|
36 radius = 1500p
|
|
37 background = white
|
|
38 # by default angle=0 is at 3 o'clock position
|
|
39 angle_offset = -180
|
|
40 auto_alpha_colors = yes
|
|
41 auto_alpha_steps = 5
|
|
42 </image>
|
|
43
|
|
44 chromosomes_units = 10
|
|
45 chromosomes_display_default = yes
|
|
46 chromosomes_order_by_karyotype = yes
|
|
47
|
|
48 <highlights>
|
|
49
|
|
50 show = yes
|
|
51
|
|
52 <highlight>
|
|
53 show = no
|
|
54 file = DATA_DIR/row.txt
|
|
55 r0 = 1r+200p
|
|
56 r1 = 1r+220p
|
|
57 stroke_color = black
|
|
58 stroke_thickness = 2
|
|
59 </highlight>
|
|
60
|
|
61 <highlight>
|
|
62 show = no
|
|
63 file = DATA_DIR/col.txt
|
|
64 r0 = 1r+230p
|
|
65 r1 = 1r+250p
|
|
66 stroke_color = black
|
|
67 stroke_thickness = 2
|
|
68 </highlight>
|
|
69
|
|
70 <highlight>
|
|
71 show = no
|
|
72 file = DATA_DIR/all.txt
|
|
73 r0 = 1r+10p
|
|
74 r1 = 1r+35p
|
|
75 stroke_color = black
|
|
76 stroke_thickness = 2
|
|
77 </highlight>
|
|
78
|
|
79 </highlights>
|
|
80
|
|
81 <plots>
|
|
82
|
|
83 <plot>
|
|
84 type = text
|
|
85 file = DATA_DIR/segmentlabel.txt
|
|
86 label_font = condensedbold
|
|
87 color = black
|
|
88 label_size = 30p
|
|
89 r0 = 1r+50p
|
|
90 r1 = 1r+500p
|
|
91 rpadding = 0p
|
|
92 padding = 0p
|
|
93
|
|
94 show_links = no
|
|
95 link_dims = 0p,10p,32p,10p,5p
|
|
96 link_thickness = 3p
|
|
97 link_color = black
|
|
98
|
|
99 label_snuggle = no
|
|
100 # shift label up to its height in pixels in the angular direction
|
|
101 max_snuggle_distance = 2r
|
|
102 snuggle_sampling = 2
|
|
103 snuggle_tolerance = 0.25r
|
|
104
|
|
105 </plot>
|
|
106
|
|
107 </plots>
|
|
108
|
|
109 <links>
|
|
110
|
|
111 <link cellvalues>
|
|
112 ribbon = yes
|
|
113 flat = yes
|
|
114 file = DATA_DIR/cells.txt
|
|
115 bezier_radius = 0.0r
|
|
116 radius = 0.999r-15p
|
|
117 thickness = 1
|
|
118 color = grey
|
|
119 stroke_color = black
|
|
120 stroke_thickness = 1
|
|
121 <rules>
|
|
122
|
|
123 <rule>
|
|
124 importance = 95
|
|
125 condition = 1
|
|
126 radius1 = 0.999r+2p
|
|
127 flow = continue
|
|
128 </rule>
|
|
129
|
|
130 </rules>
|
|
131
|
|
132 </link>
|
|
133
|
|
134 </links>
|
|
135
|
|
136 #anglestep = 0.5
|
|
137 #minslicestep = 10
|
|
138 #beziersamples = 40
|
|
139 #debug = no
|
|
140 #warnings = no
|
|
141 #imagemap = no
|
|
142
|
|
143 #units_ok = bupr
|
|
144 #units_nounit = n
|
|
145
|
|
146 <<include DATA_DIR/housekeeping.conf>>
|
|
147
|