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

« back to all changes in this revision

Viewing changes to example/mmchain.scatter.conf

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou, Olivier Sallou, Charles Plessy, Andreas Tille
  • Date: 2012-06-14 12:56:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120614125633-0wh7ovv69s5k1uiq
Tags: 0.61-1
[ Olivier Sallou ]
* New upstream release

[ Charles Plessy ]
* renamed debian/upstream-metadata.yaml to debian/upstream

[ Andreas Tille ]
* debian/upstream: enhanced citation information 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<plot>
2
 
show = __$CONF{show_scatter}__
3
 
pre_increment_counter = mmchainscatter:1
4
 
type       = scatter
5
 
glyph      = circle
6
 
glyph_size = 5
7
 
min        = 0
8
 
max        = 1e6
9
 
r0         = eval(sprintf("1r+%dp",90-0*__$CONF{counter}{mmchainscatter}__))
10
 
r1         = eval(sprintf("1r+%dp",90-0*__$CONF{counter}{mmchainscatter}__))
11
 
file       = exampledata/heatmap.mm.5e6.hs.__$CONF{counter}{mmchainscatter}__.txt
12
 
<rules>
13
 
<rule>
14
 
importance = 100
15
 
condition  = 1
16
 
stroke_color     = eval(sprintf("%s",_id_))
17
 
stroke_thickness = 3
18
 
glyph_size = eval(remap_int(_value_,0,1e5,15,180))
19
 
</rule>
20
 
</rules>
21
 
</plot>