comparison population_structure.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_population_structure" name="Population" version="1.0.0">
2 <description>structure</description>
3
4 <command interpreter="python">
5 population_structure.py "$input" "${input.extra_files_path}/admix.ped" "$output" "$output.extra_files_path" "$populations"
6 </command>
7
8 <inputs>
9 <param name="input" type="data" format="wped" label="Dataset" />
10 <param name="populations" type="integer" min="1" value="2" label="Number of populations" />
11 </inputs>
12
13 <outputs>
14 <data name="output" format="html" />
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", and specifies a number, K, of ancestral
22 populations. The tool estimates the proportion of each individual's ancestry
23 coming from each ancestral population. The proportions are shown both as
24 numbers and graphically.
25
26 **Acknowledgments**
27
28 We use the program "Admixture", downloaded from
29
30 http://www.genetics.ucla.edu/software/admixture/
31
32 and described in the paper "Fast model-based estimation of ancestry in
33 unrelated individuals" by David H. Alexander, John Novembre and Kenneth Lange,
34 Genome Research 19 (2009), pp. 1655-1664.
35 </help>
36 </tool>