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