show_links = yes show_highlights = yes show_text = yes show_heatmaps = yes show_scatter = yes show_histogram = yes <> ### links show = conf(show_links) ribbon = yes flat = yes radius = 0.45r-55p bezier_radius = 0r color = black_a5 file = data/rn.bundle.txt <> file = data/mm.bundle.txt <> ### plots <> # some large human genes (list contains genes > 250kb in size) show = conf(show_text) type = text file = data/genes.txt color = black r1 = 0.73r r0 = 0.415r label_size = 9p label_font = condensed rpadding = 0r padding = 0r label_snuggle = yes max_snuggle_distance = 1r snuggle_sampling = 1 snuggle_tolerance = 0.25r show_links = yes link_dims = 4p,2p,5p,2p,2p link_thickness = 2p link_color = grey condition = var(value) =~ /omim/ color = blue flow = continue condition = var(value) =~ /cancer/ color = red label_font = bold flow = continue # remove trailing _STRING from label condition = 1 value = eval( my $x=var(value); $x=~ s/_.+//; $x ) # human->mouse and human->rat chain heatmaps show = conf(show_heatmaps) type = heatmap file = data/heatmap.hs.mm.20e6.txt # this is a 9-color Brewer blues sequential palette # see etc/colors.brewer.lists.conf for color list definitions and # etc/colors.brewer.conf for Brewer color RGB definitions color = blues-9-seq min = 0 max = .20e6 r0 = 0.765r r1 = 0.785r stroke_color = white stroke_thickness = 1p show = conf(show_heatmaps) type = heatmap file = data/heatmap.hs.rn.20e6.txt # this is a 9-color Brewer reds sequential palette color = reds-9-seq min = 0 max = .20e6 r0 = 0.79r r1 = 0.81r stroke_color = white stroke_thickness = 1p show = conf(show_heatmaps) type = heatmap file = data/heatmap.hs.mm.10e6.txt color = blues-9-seq min = 0 max = .10e6 r0 = 0.895r r1 = 0.915r stroke_color = white stroke_thickness = 1p show = conf(show_heatmaps) type = heatmap file = data/heatmap.hs.rn.10e6.txt color = reds-9-seq min = 0 max = .10e6 r0 = 0.92r r1 = 0.94r stroke_color = white stroke_thickness = 1p <> <> <> <> ################################################################ # histograms on human chromosomes # total mouse chain, with scatter plot # oriented outward show = conf(show_histogram) type = histogram file = data/heatmap.hs.mm.20e6.txt min = 0 max = .5e6 fill_under = yes # 4th color in 5-color blues sequential palette with # transparency (_aN means N/6% transparency (5/6 = 83%). fill_color = blues-5-seq-4_a5 r0 = 1r r1 = 1r+180p orientation = out show = data color = vvlgrey y0 = 0.4r y1 = 0.6r show = data thickness = 1 spacing = 0.05r color = vlgrey position_skip = 0.25r,0.35r spacing = 0.1r y0 = 0.3r y1 = 0.7r color = grey position = .3e6,0.55r color = red thickness = 2 show = conf(show_scatter) type = scatter file = data/heatmap.hs.mm.5e6.txt r1 = 1r+180p r0 = 1r max = .5e6 min = 0 glyph = square glyph_size = 6 color = undef stroke_color = blues-5-seq-5 stroke_thickness = 1 # total rat chain, with scatter plot # oriented inward show = conf(show_histogram) type = histogram file = data/heatmap.hs.rn.20e6.txt r1 = 1r+180p r0 = 1r max = .5e6 min = 0 fill_under = yes fill_color = reds-5-seq-4_a5 orientation = in show = conf(show_scatter) type = scatter file = data/heatmap.hs.rn.5e6.txt r1 = 1r+180p r0 = 1r max = .5e6 min = 0 glyph = triangle glyph_size = 8 color = reds-5-seq-5 orientation = in <> <> <> # includes etc/colors.conf # etc/fonts.conf # etc/patterns.conf <> # system and debug settings <> anti_aliasing* = no