Merge pull request #4106 from solgenomics/topic/wishlist
[sgn.git] / mason / solgs / model / gebvs.mas
blob61f0dd5255305e318b2929be6214724d489a1118
1 <%doc>
3 =head1 NAME
5 /mode/gebvs.mas - displays a plot of the gebvs of a trait for all genotypes; 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 $blups_download_url
19 </%args>
21 <& /util/import_javascript.mas, classes => [  "solGS.gebvs", "solGS.histogram"] &>
23 <&|  /page/info_section.mas,
24   collapsible => 1,
25   collapsed   => 0,
26   title     => "Genomic estimated breeding values (GEBVs) - GBLUP method"
29 <div id="gebvs">
30     <div id="gebvs_histo_canvas"></div>
31 </div>
32 <br/>
33 <br/>
35 <& /solgs/model/save_gebvs.mas,
36         gebvs_download_url => $blups_download_url
37         &>
39 </&>