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 #4272 from solgenomics/topic/fix-vcf-download
[sgn.git]
/
mason
/
qtl
/
population
/
correlation.mas
blob
6945800200183310c0cdab206d847e8934d72c95
1
<%doc>
2
3
=head1 NAME
4
5
qtl/population/correlation.mas - displays correlation heatmap
6
7
=AUTHOR
8
9
Isaak Y Tecle (iyt2@cornell.edu)
10
11
=cut
12
13
</%doc>
14
15
<%args>
16
17
$pop
18
19
</%args>
20
21
<%perl>
22
23
my $pop_id = $pop->get_population_id();
24
25
</%perl>
26
27
28
29
<& /solgs/population/correlation.mas,
30
pop_id => $pop_id
31
&>
32
33