Merge pull request #3313 from solgenomics/topic/add_pedigree_upload_header_check
[sgn.git] / mason / solgs / population / trait_pheno_desc_stat.mas
blobf3b8dabffc33c6d1ab0c1bf321052fac7b56081c
1 <%doc>
3 =head1 NAME
4  
5 population/trait_phenotype_scatter.mas - displays scatter plot of trait phenotype data
7 =AUTHOR
9 Isaak Y Tecle (iyt2@cornell.edu)
11 =cut
13 </%doc>
15 <%args>
17 $descriptive_stat
20 </%args>
23 <div id="pheno_desc_stat">
24       
25 <br/>
28 <& /page/columnar_table.mas,
29    headings    => [ '',  ''],
30   data         => $descriptive_stat,
31   __alt_freq   => 2,
32   __alt_width  => 1,
33   __alt_offset => 3,
34   __align      => 'l',
35   &>
38 </div>