graphical filtering of accession search
[sgn.git] / mason / solgs / model / marker_effects.mas
blob9dbb88ec3bc7971ffb093061c6b9bbe6cfc368dc
1 <%doc>
3 =head1 NAME
4  
5 /model/marker_effcts.mas - displays top marker effects and data download link
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $top_marker_effects
18 $marker_effects_download_url =>''
20 </%args>
23 <&| /page/info_section.mas, 
24   collapsible => 1, 
25   collapsed   => 0, 
26   title       => "Marker Effects" 
29 <i>Top 10 markers</i>:
31 <& /page/columnar_table.mas,
32   headings     => ["Marker", "Effects"], 
33   data         => $top_marker_effects,
34   __alt_freq   => 2,
35   __alt_width  => 1,
36   __alt_offset => 3,
37   __align      => 'll',
40 <br />
42 [ <% $marker_effects_download_url %> ]
44 </&>