repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3313 from solgenomics/topic/add_pedigree_upload_header_check
[sgn.git]
/
mason
/
solgs
/
population
/
trait_pheno_desc_stat.mas
blob
f3b8dabffc33c6d1ab0c1bf321052fac7b56081c
1
<%doc>
2
3
=head1 NAME
4
5
population/trait_phenotype_scatter.mas - displays scatter plot of trait phenotype data
6
7
=AUTHOR
8
9
Isaak Y Tecle (iyt2@cornell.edu)
10
11
=cut
12
13
</%doc>
14
15
<%args>
16
17
$descriptive_stat
18
19
20
</%args>
21
22
23
<div id="pheno_desc_stat">
24
25
<br/>
26
27
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
&>
36
37
38
</div>