~ubuntu-branches/ubuntu/utopic/circos/utopic

« back to all changes in this revision

Viewing changes to example/etc/rnchain.conf

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2013-05-20 09:01:27 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130520090127-s5nbumg8563x00ee
Tags: 0.64-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<plot>
2
2
pre_increment_counter = rnchain:1
3
 
file  = data/heatmap.rn.5e6.hs.__$CONF{counter}{rnchain}__.txt
4
 
show  = __$CONF{show_heatmaps}__
 
3
file  = data/heatmap.rn.5e6.hs.counter(rnchain).txt
 
4
show  = conf(show_heatmaps)
5
5
type  = heatmap
6
6
min   = 6000
7
7
max   = 50000
8
 
color = eval(join(",",map { sprintf("chr%d_a%d",__$CONF{counter}{rnchain}__,$_) } (5,4,3,2,1) ))
9
 
r0    = eval(sprintf("%fr",0.99-__$CONF{counter}{rnchain}__*.025-.02))
10
 
r1    = eval(sprintf("%fr",0.99-__$CONF{counter}{rnchain}__*.025))
 
8
color = eval(join(",",map { sprintf("chr%d_a%d",counter(rnchain),$_) } (5,4,3,2,1) ))
 
9
r0    = eval(sprintf("%fr",0.99-counter(rnchain)*.025-.02))
 
10
r1    = eval(sprintf("%fr",0.99-counter(rnchain)*.025))
11
11
stroke_thickness = 0
12
12
<<include heatmap.rules.conf>>
13
13
</plot>