-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathm4-Peru-admixture.yml
70 lines (70 loc) · 2.12 KB
/
m4-Peru-admixture.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
description: Demographic Modeling of Admixed Latin American Populations from Whole Genomes. Peruvian admixture.
time_units: years
generation_time: 29
demes:
- name: ancestral
description: Equilibrium/root population
epochs:
- {end_time: 483457.24308765423, start_size: 13580.373657849503}
- name: AMH
description: Anatomically modern humans
ancestors: [ancestral]
epochs:
- {end_time: 88347.64825867464, start_size: 27142.07281765073}
- name: OOA
description: Bottleneck out-of-Africa population
ancestors: [AMH]
epochs:
- {end_time: 51166.128542006336, start_size: 1834.8116479610317}
- name: YRI
description: Yoruba in Ibadan, Nigeria. Representative of African ancestries.
ancestors: [AMH]
epochs:
- {end_time: 0, start_size: 27142.07281765073}
- name: IBS
description: Iberian populations in Spain (IBS). Representative of European ancestries.
ancestors: [OOA]
epochs:
- {end_time: 0, start_size: 2761.3347067250797, end_size: 26462.05884107293}
- name: CHB
description: Han Chinese in Beijing, China. Representative of East Asian ancestries.
ancestors: [OOA]
epochs:
- {end_time: 0, start_size: 1954.52946761033, end_size: 15363.53634144032}
- name: MXB
description: Indigenous American in Mexico. Representative of Indigenous American ancestries.
start_time: 32555.12765744615
ancestors: [CHB]
epochs:
- {end_time: 0, start_size: 1312.8044812722449, end_size: 38461.62164227266}
# Admixed populations
# PEL
- name: PEL
description: Peruvians in Lima. Representative of the Peruvian population.
ancestors: [IBS, MXB]
proportions: [0.909, 0.091]
start_time: 412
epochs:
- {end_time: 0, start_size: 20000}
migrations:
- demes: [YRI, IBS]
rate: 2.501606466512543e-05
- demes: [YRI, CHB]
rate: 3.2948319408915263e-06
- demes: [IBS, CHB]
rate: 6.62400743683469e-05
- demes: [YRI, OOA]
rate: 0.00015859499514691533
# PEL
- {source: MXB, dest: PEL, rate: 0.1246, end_time: 58}
- {source: IBS, dest: PEL, rate: 0.0103, end_time: 58}
pulses:
# PEL
- sources: [YRI]
dest: PEL
proportions: [0.0542]
time: 225
- sources: [CHB]
dest: PEL
proportions: [0.0105]
time: 141