Mercurial > repos > rico > no_tests_test
comparison evaluate_population_numbers.xml @ 0:580da578c5e6 default tip
Uploaded
| author | rico |
|---|---|
| date | Thu, 05 Apr 2012 15:56:36 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:580da578c5e6 |
|---|---|
| 1 <tool id="gd_evaluate_population_numbers" name="Evaluate" version="1.0.0"> | |
| 2 <description>possible numbers of populations</description> | |
| 3 | |
| 4 <command interpreter="bash"> | |
| 5 evaluate_population_numbers.bash "${input.extra_files_path}/admix.ped" "$output" "$max_populations" | |
| 6 </command> | |
| 7 | |
| 8 <inputs> | |
| 9 <param name="input" type="data" format="wped" label="Dataset" /> | |
| 10 <param name="max_populations" type="integer" min="1" value="5" label="Maximum number of populations" /> | |
| 11 </inputs> | |
| 12 | |
| 13 <outputs> | |
| 14 <data name="output" format="txt" /> | |
| 15 </outputs> | |
| 16 | |
| 17 <help> | |
| 18 **What it does** | |
| 19 | |
| 20 The users selects a set of data generated by the Galaxy tool to "prepare | |
| 21 to look for population structure". For all possible numbers K of ancestral | |
| 22 populations, from 1 up to a user-specified maximum, this tool produces values | |
| 23 that indicate how well the data can be explained as genotypes from individuals | |
| 24 derived from K ancestral populations. These values are computed by a 5-fold | |
| 25 cross-validation procedure, so that a good choice for K will exhibit a low | |
| 26 cross-validation error compared with other potential settings for K. | |
| 27 | |
| 28 **Acknowledgments** | |
| 29 | |
| 30 We use the program "Admixture", downloaded from | |
| 31 | |
| 32 http://www.genetics.ucla.edu/software/admixture/ | |
| 33 | |
| 34 and described in the paper "Fast model-based estimation of ancestry in | |
| 35 unrelated individuals" by David H. Alexander, John Novembre and Kenneth Lange, | |
| 36 Genome Research 19 (2009), pp. 1655-1664. Admixture is called with the "--cv" | |
| 37 flag to produce these values. | |
| 38 </help> | |
| 39 </tool> |
