annotate synteny_mapper-005d0bab5d01/circos-files/synteny-region-default.conf @ 0:b06710963b32 draft

Uploaded
author s-kaufmann
date Mon, 10 Feb 2014 09:00:25 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
1 # The <ideogram> block defines the position, size, labels and other
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
2 # properties of the segments on which data are drawn. These segments
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
3 # are usually chromosomes, but can be any integer axis.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
4
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
5 <ideogram>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
6
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
7 <spacing>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
8 # Spacing between ideograms. Suffix "r" denotes a relative value. It
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
9 # is relative to circle circumference (e.g. space is 0.5% of
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
10 # circumference).
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
11 default = 0.005r
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
12 </spacing>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
13
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
14 # Ideogram position, thickness and fill.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
15 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
16 # Radial position within the image of the ideograms. This value is
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
17 # usually relative ("r" suffix).
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
18 radius = 0.65r
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
19
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
20 # Thickness of ideograms, which can be absolute (e.g. pixels, "p"
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
21 # suffix) or relative ("r" suffix). When relative, it is a fraction of
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
22 # image radius.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
23 thickness = 30p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
24
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
25 # Ideograms can be drawn as filled, outlined, or both. When filled,
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
26 # the color will be taken from the last field in the karyotype file,
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
27 # or set by chromosomes_colors. Color names are discussed in
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
28 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
29 # http://www.circos.ca/documentation/tutorials/configuration/configuration_files
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
30 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
31 # When stroke_thickness=0p or if the parameter is missing, the ideogram is
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
32 # has no outline and the value of stroke_color is not used.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
33
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
34 fill = yes # A
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
35
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
36 stroke_color = dgrey # B
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
37 stroke_thickness = 1p # B
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
38
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
39 # Minimum definition for ideogram labels.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
40
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
41 show_label = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
42 # see etc/fonts.conf for list of font names
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
43 label_font = bold
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
44 label_radius = (dims(ideogram,radius_inner)+dims(ideogram,radius_outer)-conf(ideogram,label_size))/2
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
45 label_with_tag = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
46
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
47 label_size = 14
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
48 label_color = white
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
49 label_parallel = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
50
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
51
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
52 </ideogram>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
53
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
54
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
55
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
56 show_ticks = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
57 show_tick_labels = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
58
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
59 <ticks>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
60
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
61 radius = 1r
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
62 color = black
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
63 thickness = 1p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
64
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
65 # the tick label is derived by multiplying the tick position
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
66 # by 'multiplier' and casting it in 'format':
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
67 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
68 # sprintf(format,position*multiplier)
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
69
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
70 multiplier = 1e-6
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
71
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
72 # %d - integer
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
73 # %f - float
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
74 # %.1f - float with one decimal
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
75 # %.2f - float with two decimals
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
76 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
77 # for other formats, see http://perldoc.perl.org/functions/sprintf.html
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
78
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
79 format = %d
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
80
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
81 <tick>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
82 spacing = 0.1u
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
83 size = 5p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
84 </tick>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
85
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
86 <tick>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
87 spacing = 1u
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
88 size = 10p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
89 show_label = yes
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
90 label_size = 12p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
91 label_offset = 10p
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
92 format = %d
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
93 </tick>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
94
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
95 </ticks>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
96
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
97 #
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
98 # These should be present in every Circos configuration file and
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
99 # overridden as required. To see the content of these files,
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
100 # look in etc/ in the Circos distribution.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
101
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
102
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
103
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
104 # RGB/HSV color definitions, color lists, location of fonts, fill patterns.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
105 # Included from Circos distribution.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
106 <<include etc/colors_fonts_patterns.conf>>
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
107
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
108 # Debugging, I/O an dother system parameters
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
109 # Included from Circos distribution.
b06710963b32 Uploaded
s-kaufmann
parents:
diff changeset
110 <<include etc/housekeeping.conf>>