Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / solgs / model / top_blups.mas
blobf7a3bb2ce486534c8faa11c4c558e3d25fdbc80f
1 <%doc>
3 =head1 NAME
5 /model/top_blups.mas - displays displays top 10 genotypes in tablar form with download function for the entire genotypes set.
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $top_blups
18 </%args>
22 <i>Top 10 genotypes</i>:
24 <& /page/columnar_table.mas,
25   headings     => ["Genotypes", "GEBVs"],
26   data         => $top_blups,
27   __alt_freq   => 2,
28   __alt_width  => 1,
29   __alt_offset => 3,
30   __align      => 'll',
33 <br />