# HG changeset patch # User rico # Date 1333652925 14400 # Node ID 0b4758202a611665e65c97b80816668004c1cbad # Parent af482edf0b712190a4eeb73bbf443763ad4dc822 Uploaded diff -r af482edf0b71 -r 0b4758202a61 dpmix.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dpmix.xml Thu Apr 05 15:08:45 2012 -0400 @@ -0,0 +1,67 @@ + + using dynamic programming + + + dpmix.py "$input" "$data_source" "$switch_penalty" "$ap1_input" "$ap2_input" "$p_input" "$output" "$output2" "$output2.extra_files_path" "$input.dataset.metadata.dbkey" "$input.dataset.metadata.ref" "$GALAXY_DATA_INDEX_DIR" + #for $individual, $individual_col in zip($input.dataset.metadata.individual_names, $input.dataset.metadata.individual_columns) + #set $arg = '%s:%s' % ($individual_col, $individual) + "$arg" + #end for + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +The user specifies two "ancestral" populations (i.e., sources for +chromosomes) and a set of potentially admixed individuals, and chooses +between the sequence coverage or the estimated genotypes to measure +the similarity of genomic intervals in admixed individuals to the two +classes of ancestral chromosomes. The user also picks a "switch penalty", +typically between 10 and 100. For each potentially admixed individual, +the program divides the genome into three "genotypes": (0) homozygous +for the second ancestral population (i.e., both chromosomes from that +population), (1) heterozygous, or (2) homozygous for the second ancestral +population. Smaller values of the switch penalty (corresponding to more +ancient admixture events) generally lead to the reconstruction of more +frequent changes between genotypes. + +