4 qtl/qtl_form/stat_form.mas - a mason component for a QTL stat parameters
8 Isaak Y Tecle (iyt2@cornell.edu)
24 use CXGN::Page::FormattingHelpers qw | tooltipped_text |;
26 my $no_draws = tooltipped_text('No. of imputations:', 'required only if the
27 Simulate method is selected for the
28 calculation of QTL genotype probability
29 method and Multiple Imputation');
30 my $permu_level = tooltipped_text('Significance level of permutation test:',
31 'required only if permutation analysis
32 (LOD threshold) is run');
33 my $genome_scan = tooltipped_text('Genome scan size (cM):', 'not required for
35 my $qtl_prob = tooltipped_text('QTL genotype probablity method:',
36 'not required for Marker Regression');
41 % if ( $referer =~ /qtl\/form\/stat_form/)
43 <& /page/page_title.mas,
44 title => "Step 5: Submit Statistical Parameters"
46 <& /page/info_section.mas,
47 title => "Statistical Parameters",
52 <form action="/phenome/qtl_load.pl" method="POST" enctype="MULTIPART/FORM-DATA">
53 <table cellspacing=20>
58 <select name="stat_qtl_model">
60 <option>Single-QTL Scan
63 <td>QTL mapping method:</td>
65 <select name="stat_qtl_method">
67 <option>Marker Regression
68 <option>Maximum Likelihood
69 <option>Haley-Knott Regression
70 <option>Multiple Imputation
78 <select name="stat_prob_method">
84 <td>QTL genotype probability significance level:
87 <select name="stat_prob_level">
96 <td><% $genome_scan %>
99 <select name="stat_step_size">
111 <select name="stat_no_draws">
121 <td>No. of permutations:
124 <select name="stat_permu_test">
131 <td><% $permu_level %>
134 <select name="stat_permu_level">
144 <input type="hidden" name="type" value="stat_form">
147 <input type="hidden" name="pop_id" value = <% $pop_id %> >
154 <input type="submit" value="Submit">
159 <input type="reset" value="Reset">