comparison blupcal.xml @ 1:c1c85170db1b draft default tip

Uploaded
author dereeper
date Sun, 30 Dec 2018 01:39:11 -0500
parents 45d215f2be74
children
comparison
equal deleted inserted replaced
0:45d215f2be74 1:c1c85170db1b
1 <tool id="blup_and_blue_multiple2" name="BLUP/BLUE" version="1.11.0"> 1 <tool id="blup_and_blue_multiple2" name="BLUP/BLUE" version="1.11.0">
2 <description>calculator (multiple traits)</description> 2 <description>calculator (multiple traits)</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.1_18_1">r-lme4</requirement> 4 <requirement type="package" version="1.1_18_1">r-lme4</requirement>
5 <requirement type="package" version="1.20.2">r-getopt</requirement> 5 <requirement type="package" version="1.20.2">r-getopt</requirement>
6 <requirement type="package" version="1.10_1">r-arm</requirement>
6 </requirements> 7 </requirements>
7 <command interpreter="bash"> 8 <command interpreter="bash">
8 ./blupcal.sh $__tool_directory__ $galaxy_tabular_file $galaxy_replication_vector_column_index $galaxy_genotype_vector_column_index $galaxy_first_y_vector_column_index $galaxy_last_y_vector_column_index $galaxy_design_conditional.galaxy_design 9 ./blupcal.sh $__tool_directory__ $galaxy_tabular_file $galaxy_replication_vector_column_index $galaxy_genotype_vector_column_index $galaxy_first_y_vector_column_index $galaxy_last_y_vector_column_index $galaxy_design_conditional.galaxy_design
9 $galaxy_summarize_by 10 $galaxy_summarize_by
10 $galaxy_summarize_by_vector_column_index 11 $galaxy_summarize_by_vector_column_index
137 </assert_contents> 138 </assert_contents>
138 </output> 139 </output>
139 </test> 140 </test>
140 </tests> 141 </tests>
141 <help> 142 <help>
143
144 .. class:: infomark
145
146 **BLUP/BLUE calculator, based on lme4 R package version 1.1_18_1**
147
148 .. class:: infomark
149
150 **Galaxy integration** Provided by EiB platform and GOBii and Angel Villahoz-Baleta (Cornell Univ)
151
152 .. class:: infomark
153
154 **Integration contributors** Juan David Arbelaez Velez (IRRI), Dereeper Alexis, Juan Burgueno (CIMMYT)
155
156 .. class:: infomark
157
158 **Support** For any questions about this tool, please send an e-mail to u.rosyara@cgiar.org
159
160
161
142 **What it does** 162 **What it does**
143 163
144 This function calculates BLUP, BLUE and means for Y variable based on the model specified by the user. 164 This function calculates BLUP, BLUE and means for Y variable based on the model specified by the user.
145 165
146 The required variables for RCBD are Genotype and Replication and for lattice required variables are Genotype, Replication (main block) and Block within Replication (sub block or block). User can add additional two X variables (eg. Location, Season etc) in the model and are treated as factor ( even supplied as numerical variable). 166 The required variables for RCBD are Genotype and Replication and for lattice required variables are Genotype, Replication (main block) and Block within Replication (sub block or block). User can add additional two X variables (eg. Location, Season etc) in the model and are treated as factor ( even supplied as numerical variable).
174 - Genotype is treated as Fixed for BLUE calculation and random for BLUP calculation. 194 - Genotype is treated as Fixed for BLUE calculation and random for BLUP calculation.
175 - Replication, Block within Replication are treated as random both BLUP and BLUE calculations. 195 - Replication, Block within Replication are treated as random both BLUP and BLUE calculations.
176 - Variable 1, Genotype : Variable 1 are treated as random both BLUP and BLUE calculations. 196 - Variable 1, Genotype : Variable 1 are treated as random both BLUP and BLUE calculations.
177 - Variable 2, Genotype : Variable 2, Variable 1 : Variable 2, Genotype : Variable 1 : Variable 2 are treated as random effects for both BLUP and BLUE calculations. 197 - Variable 2, Genotype : Variable 2, Variable 1 : Variable 2, Genotype : Variable 1 : Variable 2 are treated as random effects for both BLUP and BLUE calculations.
178 198
179
180 **Citation**
181 Douglas Bates, Martin Maechler, Ben Bolker, Steve Walker (2015). Fitting Linear Mixed-Effects Models Using lme4. Journal of Statistical Software, 67(1), 1-48.
182
183 **Author(s)**
184 </help> 199 </help>
200 <citations>
201 <citation type="doi">10.18637/jss.v067.i01</citation>
202 </citations>
185 </tool> 203 </tool>