dadi-cli 0.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dadi_cli-0.8.1/.gitignore +16 -0
- dadi_cli-0.8.1/LICENSE +201 -0
- dadi_cli-0.8.1/PKG-INFO +402 -0
- dadi_cli-0.8.1/README.md +388 -0
- dadi_cli-0.8.1/dadi_cli/BestFit.py +104 -0
- dadi_cli-0.8.1/dadi_cli/GenerateCache.py +80 -0
- dadi_cli-0.8.1/dadi_cli/GenerateFs.py +129 -0
- dadi_cli-0.8.1/dadi_cli/InferDFE.py +118 -0
- dadi_cli-0.8.1/dadi_cli/InferDM.py +195 -0
- dadi_cli-0.8.1/dadi_cli/Models.py +118 -0
- dadi_cli-0.8.1/dadi_cli/Pdfs.py +174 -0
- dadi_cli-0.8.1/dadi_cli/Plot.py +243 -0
- dadi_cli-0.8.1/dadi_cli/SimulateFs.py +109 -0
- dadi_cli-0.8.1/dadi_cli/Stat.py +293 -0
- dadi_cli-0.8.1/dadi_cli/__init__.py +0 -0
- dadi_cli-0.8.1/dadi_cli/__main__.py +1741 -0
- dadi_cli-0.8.1/dadi_cli/conftest.py +0 -0
- dadi_cli-0.8.1/dadi_cli/utilities.py +100 -0
- dadi_cli-0.8.1/pyproject.toml +35 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
build/*
|
|
2
|
+
dadi_cli.egg-info/*
|
|
3
|
+
dist/*
|
|
4
|
+
examples/snakepipe/*/.snakemake/*
|
|
5
|
+
examples/snakepipe/*/1KG.*
|
|
6
|
+
*/.DS_Store
|
|
7
|
+
*__pycache__*
|
|
8
|
+
.coverage
|
|
9
|
+
tests/test_results/
|
|
10
|
+
wq-factory-*
|
|
11
|
+
.terraform.lock.hcl
|
|
12
|
+
.terraform/
|
|
13
|
+
ssh-key
|
|
14
|
+
ssh-key.pub
|
|
15
|
+
terraform.tfstate
|
|
16
|
+
terraform.tfstate.backup
|
dadi_cli-0.8.1/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2021 Xin Huang
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
dadi_cli-0.8.1/PKG-INFO
ADDED
|
@@ -0,0 +1,402 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: dadi-cli
|
|
3
|
+
Version: 0.8.1
|
|
4
|
+
Summary: A command line interface for dadi
|
|
5
|
+
Project-URL: Homepage, https://github.com/xin-huang/dadi-cli
|
|
6
|
+
Author-email: Xin Huang <xinhuang.res@gmail.com>
|
|
7
|
+
License-Expression: Apache-2.0
|
|
8
|
+
License-File: LICENSE
|
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
+
Classifier: Programming Language :: Python
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Dist: dadi
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
|
|
15
|
+
# dadi-cli
|
|
16
|
+
|
|
17
|
+
[](LICENSE)
|
|
18
|
+
[](https://www.python.org/)
|
|
19
|
+
[](https://github.com/xin-huang/dadi-cli/actions)
|
|
20
|
+
[](https://codecov.io/gh/xin-huang/dadi-cli)
|
|
21
|
+
|
|
22
|
+
`dadi-cli` provides a robust and user-friendly command line interface for [dadi](https://bitbucket.org/gutenkunstlab/dadi/)<sup>1</sup> to help users to quickly apply `dadi` to their research. `dadi` is a flexible python package for inferring demographic history and the distribution of fitness effects (DFE) from population genomic data. However, using `dadi` requires knowledge of python and patience to tune different models.
|
|
23
|
+
|
|
24
|
+
## Installation
|
|
25
|
+
|
|
26
|
+
To install `dadi-cli`, users should clone this repo and use the following command
|
|
27
|
+
|
|
28
|
+
python setup.py install
|
|
29
|
+
|
|
30
|
+
To get help information, users can use
|
|
31
|
+
|
|
32
|
+
dadi-cli -h
|
|
33
|
+
|
|
34
|
+
There are nine subcommands in `dadi-cli`:
|
|
35
|
+
- `GenerateFs`
|
|
36
|
+
- `GenerateCache`
|
|
37
|
+
- `InferDM`
|
|
38
|
+
- `InferDFE`
|
|
39
|
+
- `BestFit`
|
|
40
|
+
- `Stat`
|
|
41
|
+
- `Plot`
|
|
42
|
+
- `Model`
|
|
43
|
+
- `Pdf`
|
|
44
|
+
|
|
45
|
+
To display help information for each subcommand, users can use `-h`.
|
|
46
|
+
For example,
|
|
47
|
+
|
|
48
|
+
dadi-cli GenerateFs -h
|
|
49
|
+
|
|
50
|
+
## The workflow
|
|
51
|
+
|
|
52
|
+
## Usage: An Example
|
|
53
|
+
|
|
54
|
+
Here we use the data from the 1000 Genomes Project to demonstrate how to apply `dadi-cli` in research.
|
|
55
|
+
|
|
56
|
+
### Generating allele frequency spectrum from VCF files
|
|
57
|
+
|
|
58
|
+
`dadi-cli` only accepts VCF files to generate allele frequency spectra. To generate a spectrum, users can use
|
|
59
|
+
|
|
60
|
+
dadi-cli GenerateFs --vcf ./examples/data/1KG.YRI.CEU.biallelic.synonymous.snps.withanc.strict.vcf.gz --pop-info ./examples/data/1KG.YRI.CEU.popfile.txt --pop-ids YRI CEU --projections 20 20 --polarized --output ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs
|
|
61
|
+
|
|
62
|
+
dadi-cli GenerateFs --vcf ./examples/data/1KG.YRI.CEU.biallelic.nonsynonymous.snps.withanc.strict.vcf.gz --pop-info ./examples/data/1KG.YRI.CEU.popfile.txt --pop-ids YRI CEU --projections 20 20 --polarized --output ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs
|
|
63
|
+
|
|
64
|
+
Here `./examples/data/1KG.YRI.CEU.popfile.txt` is a file providing the population information for each individual. In the population information file, each line contains two fields. The first field is the name of the individual, and the second field is the name of the population that the individual belongs to. For example,
|
|
65
|
+
|
|
66
|
+
NA12718 CEU
|
|
67
|
+
NA12748 CEU
|
|
68
|
+
NA12775 CEU
|
|
69
|
+
NA19095 YRI
|
|
70
|
+
NA19096 YRI
|
|
71
|
+
NA19107 YRI
|
|
72
|
+
|
|
73
|
+
`--pop-ids` specifies the ID of the population. Here we have two populations YRI and CEU. The population IDs should match those listed in the population information file above.
|
|
74
|
+
|
|
75
|
+
`--projections` specifies the sample size of the population. Here we have 108 YRI individuals and 99 CEU individuals. Therefore, we have 216 and 198 haplotypes for YRI and CEU respectively. We use a lower sample size here, because it allows us to speed up examples.
|
|
76
|
+
|
|
77
|
+
By default, `dadi-cli` generates folded spectra. To generate unfolded spectra, users should add `--polarized` and the VCF files should have the `AA` in the `INFO` field to specify the ancestral allele for each SNP.
|
|
78
|
+
|
|
79
|
+
While making the spectrum, users can also mask the singleton calls that are exclusive to the population(s) with `--mask-singleton` or mask the exclusive and shared singleton calls with `--mask-singleton-shared`.
|
|
80
|
+
|
|
81
|
+
### Inferring demographic models
|
|
82
|
+
|
|
83
|
+
In this example, we infer a demographic model from the spectrum for synonymous SNPs. Here, we use the `split_mig` model. In this model, the ancestral population diverges into two populations, which then have an instantaneous change of population size with migration between the two populations over time. To see descriptions of the four parameters of the `split_mig` model, use `dadi-cli Model --names split_mig`.
|
|
84
|
+
By default, with unfolded data an additional parameter is added, which quantifies the proportion of sites for which the ancestral state was misidentified.
|
|
85
|
+
(To disable this, use the `--nomisid` option.)
|
|
86
|
+
Therefore, we have five parameters in total.
|
|
87
|
+
|
|
88
|
+
To start the inference, users should specify the lower bounds and upper bounds for these parameters with `--lbounds` and `--ubounds`. For demographic models, setting parameter boundaries prevents optimizers from going into parameter spaces that are hard for `dadi` to calculate, such as low population size, high time, and high migration.
|
|
89
|
+
In this case, we set the range of relative population sizes to be explored as 1e-3 to 100, the range of divergence time to 0 to 1, the range of migration rates from 0 to 10, and the range of misidentification proportions to 0 to 0.5.
|
|
90
|
+
(Parameters can be fixed to certain values with `--constants`. In that case, `-1` indicates that a parameter is free to vary.)
|
|
91
|
+
Because we need to run optimization several times to find a converged result with maximum likelihood, we use `--optimizations` to specify how many times the optimization will run. `dadi-cli` can use multiprocessing to run optimizations in parallel and by default the max number of CPUs available will be utilized. If users want fewer CPUs to be used, they can use the `--cpus` option to pass in the number of CPUs they want utilized for multiprocessing. If GPUs are available, they can be used by passing the `--gpus` option with the number of GPUs to be used.
|
|
92
|
+
|
|
93
|
+
<!--- As well, because our 1000 Genomes data is fairly large we can increase the maximum number of parameter sets each optimization will use with `--maxeval` and use our own grid points with `--grids`. -->
|
|
94
|
+
|
|
95
|
+
dadi-cli InferDM --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --model split_mig --lbounds 1e-3 1e-3 0 0 0 --ubounds 100 100 1 10 0.5 --output ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params --optimizations 10
|
|
96
|
+
|
|
97
|
+
After the optimization, a file `./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.opts.0` will be made. Any subsequent optimzations using the same output argument will be number `.1`, `.2`, etc.
|
|
98
|
+
|
|
99
|
+
Users can use `BestFit` to obtain the best fit parameters across all optimization runs with a matching prefix.
|
|
100
|
+
|
|
101
|
+
dadi-cli BestFit --input-prefix ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM --lbounds 1e-3 1e-3 0 0 0 --ubounds 100 100 1 10 0.5
|
|
102
|
+
|
|
103
|
+
The result is in a file `./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits`. This file contains the 100 highest likelihood parameter sets found (if at least that many optimizations have been carried out). If optimization converged, then the file also contains the converged results.
|
|
104
|
+
|
|
105
|
+
The results look like:
|
|
106
|
+
|
|
107
|
+
# /Users/tjstruck/anaconda3/envs/dadicli/bin/dadi-cli BestFit --input-prefix ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM --ubounds 10 10 1 10 1 --lbounds 10e-3 10e-3 10e-3 10e-3 10e-5
|
|
108
|
+
# /Users/tjstruck/anaconda3/envs/dadicli/bin/dadi-cli InferDM --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --model split_mig --p0 1 1 .5 1 .5 --ubounds 10 10 1 10 1 --lbounds 10e-3 10e-3 10e-3 10e-3 10e-5 --grids 60 80 100 --output ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params --optimizations 10 --maxeval 200
|
|
109
|
+
#
|
|
110
|
+
# Converged results
|
|
111
|
+
# Log(likelihood) nu1 nu2 T m misid theta
|
|
112
|
+
-1358.656798384051 2.1981613475071864 0.5158391424566413 0.28524739475343264 1.2375756394365451 0.020683288489282133 6771.157432134759
|
|
113
|
+
-1358.6880947964542 2.196984200820028 0.5133914664638932 0.28277200202566527 1.2413354976672208 0.020632166672609045 6786.9015918739915
|
|
114
|
+
-1358.6985706673254 2.193829701862104 0.5150503581819097 0.28755609071963395 1.2477300697512446 0.020689738141788896 6765.701504724712
|
|
115
|
+
-1358.7339671606906 2.215035226792488 0.5170682238957518 0.2855564758596486 1.2327369856712844 0.02071860093359053 6759.1696821323685
|
|
116
|
+
#
|
|
117
|
+
# Top 100 results
|
|
118
|
+
# Log(likelihood) nu1 nu2 T m misid theta
|
|
119
|
+
-1358.656798384051 2.1981613475071864 0.5158391424566413 0.28524739475343264 1.2375756394365451 0.020683288489282133 6771.157432134759
|
|
120
|
+
-1358.6880947964542 2.196984200820028 0.5133914664638932 0.28277200202566527 1.2413354976672208 0.020632166672609045 6786.9015918739915
|
|
121
|
+
-1358.6985706673254 2.193829701862104 0.5150503581819097 0.28755609071963395 1.2477300697512446 0.020689738141788896 6765.701504724712
|
|
122
|
+
-1358.7339671606906 2.215035226792488 0.5170682238957518 0.2855564758596486 1.2327369856712844 0.02071860093359053 6759.1696821323685
|
|
123
|
+
-1358.9273502384722 2.2161166322584114 0.5192238541188319 0.2805756463060831 1.211174886229439 0.020776317690376894 6774.695201641862
|
|
124
|
+
-1359.391018756372 2.2144196583672064 0.5133883753095932 0.2936398676168146 1.2635603043453991 0.021378007902017316 6734.565951708204
|
|
125
|
+
-1370.3128577096236 2.2965153967334837 0.5252579237019416 0.3301972600288801 1.2726527078754761 0.021832076042802986 6531.457050865405
|
|
126
|
+
-1437.4626671227088 2.348110308415506 0.6039083548424201 0.456754335717111 1.2524206835381557 0.030106689556776402 5971.036610931144
|
|
127
|
+
-1591.7611157189594 1.9723568097803748 0.5074933640133197 0.9819908721498116 1.6576780338511465 0.024964816092429044 5651.0110782323845
|
|
128
|
+
-2008.8420038152385 4.223980226535977 0.7590647581822983 0.2679298140727045 0.7488053157919355 0.01757046441838214 5977.616341188507A
|
|
129
|
+
|
|
130
|
+
Because there is randomness built into dadi-cli for where the starting parameters are for each optimization, it is possible the results could have not converged. Some things that can be done when using `InferDM` are increasing the max number of parameter sets each optimization will attempt with the `--maxeval` option. Users can also try to use a global optimization before moving onto the local optimization with the `--global-optimization` option. 25% of the number of optimizations the user passes in will be used for the global and the remaining will be used for the local optimization.
|
|
131
|
+
|
|
132
|
+
Using `BestFit`, users can adjust the criteria for convergence. By default optimizations are considered convergent if there are two other optimizations with a log-likelihood within 0.01% units of the optimization with the best log-likelihood. This criteria can be adjusted using the `--delta-ll` option and passing in the percentage difference in decimal form (so the default is 0.0001, rather than 0.01). Generally a higher `--delta-ll` can result in a false positive convergence, but this is dependent on the data being used (especially the sample size can effect the size of the log-likelihood). Optimizations in the bestfit file will be ordered by log-likelihood and should be examined closely for similarity of parameter values in convergent fits.
|
|
133
|
+
|
|
134
|
+
Finally, if you have experience with the data you are using, you can use the `--check-convergence` or `--force-convergence` option in `InferDM`. The `--check-convergence` option will run `BestFit` after each optimization to check for convergence and stop running optimizations once convergence is reached. The `--force-convergence` option will constantly add new optimization runs until convergence is reached. When using `--check-convergence` or `--force-convergence` you can pass in a value with `--delta-ll` as well to change the convergence criteria.
|
|
135
|
+
|
|
136
|
+
Sometimes parameters may be close to the boundaries. Users should be cautious and test increasing the boundaries to examine whether these boundaries would affect the results significantly. The best fit parameters are shown below mirroring the bestfits file. The first column is the log-likelihood, then the corresponding to these parameters, and the last column is the population-scaled mutation rate of the synonymous SNPs.
|
|
137
|
+
|
|
138
|
+
| log-likelihood | nu1 | nu2 | T | m | misid | theta |
|
|
139
|
+
| - | - | - | - | - | - | - |
|
|
140
|
+
| -1358.66 | 2.2 | 0.52 | 0.29 | 1.24 | 0.021 | 6772 |
|
|
141
|
+
|
|
142
|
+
### Generating caches for DFE inference
|
|
143
|
+
|
|
144
|
+
After inferring a best fit demographic model, users may also infer distributions of fitness effects (DFEs) from data. To perform DFE inference, users need to first generate of cache of frequency spectra. Because we use the `split_mig` model in the demographic inference, we need to use the same demographic model plus selection, the `split_mig_sel` model or the `split_mig_sel_single_gamma` model. The `split_mig_sel` model is used for inferring the DFE from two populations by assuming the population-scaled selection coefficients are different in the two populations, while the `split_mig_sel_single_gamma` model assumes the population-scaled selection coefficients are the same in the two populations.
|
|
145
|
+
|
|
146
|
+
Here, `--model` specifies the demographic model plus selection used in the inference. `--demo-popt` specifies the demographic parameters, which are stored in `./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits`. `--sample-size` defines the population size of each population. `--cpus 2` indicates that the computation will use 2 CPUs. The output is pickled and can access through the `pickle` module in `Python`. By default `GenerateCache` will make the cache for the situation where the selection coefficients are the same in the two populations. If you want to to make the cache for the situation where the selection coefficients are independent from one another, use the `--dimensionality 2` option. You can use the `--gamma-bounds` option to choose the range of the gamma distribution and the `--gamma-pts` option can be used to specify the number of selection coefficients that will be selected in that range to generate your cache. Note that the higher (more negative) you make the `--gamma-bounds`, the bigger the grid points you will want to use.
|
|
147
|
+
|
|
148
|
+
dadi-cli GenerateCache --model split_mig_sel_single_gamma --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --sample-size 20 20 --grids 60 80 100 --gamma-pts 10 --gamma-bounds 1e-4 200 --output ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --cpus 4
|
|
149
|
+
|
|
150
|
+
dadi-cli GenerateCache --model split_mig_sel --dimensionality 2 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --sample-size 20 20 --grids 60 80 100 --gamma-pts 10 --gamma-bounds 1e-4 200 --output ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.spectra.bpkl --cpus 4
|
|
151
|
+
|
|
152
|
+
### User defined demographic models
|
|
153
|
+
|
|
154
|
+
Users can also import their own models into dadi-cli. In the `examples/data` folder, there is a file `split_mig_fix_T_models.py` which has a custom demographic model and demographic models with selection. The file imports various functions from dadi that are used to build demographic models.
|
|
155
|
+
|
|
156
|
+
from dadi import Numerics, Integration, PhiManip, Spectrum
|
|
157
|
+
Then defines the demographic model:
|
|
158
|
+
|
|
159
|
+
def split_mig_fix_T(params, ns, pts):
|
|
160
|
+
"""
|
|
161
|
+
Instantaneous split into two populations of specified size, with symmetric migration and a fixed time point.
|
|
162
|
+
"""
|
|
163
|
+
nu1,nu2,m = params
|
|
164
|
+
|
|
165
|
+
xx = Numerics.default_grid(pts)
|
|
166
|
+
|
|
167
|
+
phi = PhiManip.phi_1D(xx)
|
|
168
|
+
phi = PhiManip.phi_1D_to_2D(xx, phi)
|
|
169
|
+
|
|
170
|
+
phi = Integration.two_pops(phi, xx, 0.3, nu1, nu2, m12=m, m21=m)
|
|
171
|
+
|
|
172
|
+
fs = Spectrum.from_phi(phi, ns, (xx,xx))
|
|
173
|
+
return fs
|
|
174
|
+
|
|
175
|
+
dadi-cli checks models for the names and number of parameters, so after defining the demographic model we add an attribute for a list of the parameter names:
|
|
176
|
+
|
|
177
|
+
split_mig_fix_T.__param_names__ = ['nu1', 'nu2', 'm']
|
|
178
|
+
|
|
179
|
+
If you want to preform a DFE inference, you will need to add `gamma` parameters for `gamma` arguments when initializing $\phi$, ex:
|
|
180
|
+
|
|
181
|
+
dadi.PhiManip.phi_1D(xx, gamma=gamma_Pop1)
|
|
182
|
+
|
|
183
|
+
And for integration steps, ex:
|
|
184
|
+
|
|
185
|
+
dadi.Integration.two_pops(phi, xx, T, nu1, nu2, m12=m, m21=m, gamma1=gamma_Pop1, gamma2=gamma_Pop2)
|
|
186
|
+
|
|
187
|
+
When making your demographic models with selection and setting the inital $\phi$, take care to consider which population is is the ancestral population for the gamma argument in `dadi.PhiManip.phi_1D`.
|
|
188
|
+
|
|
189
|
+
Because custom model files can have multiple models in them, users will still want to use `--model` to pass in the model for demographic inference and cache generation. Here are some quick examples for users to run:
|
|
190
|
+
|
|
191
|
+
dadi-cli InferDM --model split_mig_fix_T --model-file examples/data/split_mig_fix_T_models --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --p0 2 0.5 1.2 .02 --ubounds 3 1 2 0.03 --lbounds 1 1e-1 1e-1 1e-3 --grids 60 80 100 --output ./examples/results/demo/1KG.YRI.CEU.20.split_mig_fix_T.demo.params --optimizations 20 --maxeval 300 --check-convergence
|
|
192
|
+
|
|
193
|
+
dadi-cli GenerateCache --model split_mig_fix_T_one_s --model-file examples/data/split_mig_fix_T_models --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig_fix_T.demo.params.InferDM.bestfits --sample-size 20 20 --grids 160 180 200 --gamma-pts 10 --gamma-bounds 1e-4 20 --output ./examples/results/caches/1KG.YRI.CEU.20.split_mig_one_s_psudo_new_model.spectra.bpkl --cpus 4
|
|
194
|
+
|
|
195
|
+
dadi-cli GenerateCache --model split_mig_fix_T_sel --model-file examples/data/split_mig_fix_T_models --dimensionality 2 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig_fix_T.demo.params.InferDM.bestfits --sample-size 20 20 --grids 160 180 200 --gamma-pts 10 --gamma-bounds 1e-4 20 --output ./examples/results/caches/1KG.YRI.CEU.20.split_mig_sel_psudo_new_model.spectra.bpkl --cpus 4
|
|
196
|
+
|
|
197
|
+
### Inferring DFE
|
|
198
|
+
|
|
199
|
+
For inferring the DFE, we fit the spectrum from nonsynonymous SNPs. Although our data come from two populations, we will first infer a one-dimensional DFE, which assumes that selection coefficients are equal in the two populations.
|
|
200
|
+
We define the marginal DFE as a lognormal distribution with `--pdf1d`. We use `--ratio` to specify the ratio of the nonsynonymous SNPs to the synonymous SNPs to calculate the population-scaled mutation rate of the nonsynonymous SNPs. Our parameters are `log_mu` the mean of the lognormal distribution, `log_sigma` the standard deviation of the lognormal distribution, and `misid`.
|
|
201
|
+
|
|
202
|
+
dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --pdf1d lognormal --p0 1 1 .5 --lbounds -10 0.01 0 --ubounds 10 10 0.5 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.1D_lognormal.params --optimizations 10 --maxeval 400 --check-convergence
|
|
203
|
+
|
|
204
|
+
The result is
|
|
205
|
+
|
|
206
|
+
# /home/u25/tjstruck/miniconda3/bin/dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --pdf1d lognormal --p0 1 1 .5 --lbounds 0 0.01 0 --ubounds 10 10 1 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.1D_lognormal.params --optimizations 10 --maxeval 400 --check-convergence
|
|
207
|
+
# /home/u25/tjstruck/miniconda3/bin/dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --pdf1d lognormal --p0 1 1 .5 --lbounds 0 0.01 0 --ubounds 10 10 1 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.1D_lognormal.params --optimizations 10 --maxeval 400 --check-convergence
|
|
208
|
+
#
|
|
209
|
+
# Converged results
|
|
210
|
+
# Log(likelihood) log_mu log_sigma misid theta
|
|
211
|
+
-1388.7168092990519 5.490553018509483 7.617358688984522 0.016580353311106688 15644.214296668904
|
|
212
|
+
-1388.7182268917072 5.48833179537645 7.612505954083041 0.016574649919878663 15644.214296668904
|
|
213
|
+
-1388.7511876804606 5.465373979901826 7.565453530395414 0.01664401774234844 15644.214296668904
|
|
214
|
+
#
|
|
215
|
+
# Top 100 results
|
|
216
|
+
# Log(likelihood) log_mu log_sigma misid theta
|
|
217
|
+
-1388.7168092990519 5.490553018509483 7.617358688984522 0.016580353311106688 15644.214296668904
|
|
218
|
+
-1388.7182268917072 5.48833179537645 7.612505954083041 0.016574649919878663 15644.214296668904
|
|
219
|
+
-1388.7511876804606 5.465373979901826 7.565453530395414 0.01664401774234844 15644.214296668904
|
|
220
|
+
|
|
221
|
+
Similar to the best fit parameters in `./examples/results/demo/1KG.YRI.CEU.split_mig.bestfit.demo.params`, the first column is the log-likelihood followed by the parameters.
|
|
222
|
+
|
|
223
|
+
| likelihood | mu | sigma | misidentification |
|
|
224
|
+
| - | - | - | - |
|
|
225
|
+
| -1389 | 5.5 | 7.6 | 0.017 |
|
|
226
|
+
|
|
227
|
+
### Inferring a bivariate lognormal joint DFE
|
|
228
|
+
|
|
229
|
+
Here we will infer a joint DFE with selection potentially being different in the two populations. We define the DFE as a bivariate lognormal distribution with `--pdf2d` and pass in a cache that assumes the population-scaled selection coefficients are different in the two populations through `--cache2d`. The bivariate lognormal has an extra parameter `rho`, the correlation of the DFE between the populations. We can allow `mu_log` and `sigma_log` be different or the same in our populations. `dadi-cli` will run either the symmetric (shared `mu_log` and `sigma_log`) or asymmetric (independent `mu_log` and `sigma_log`) bivariate lognormal based on the number of parameters. For the symmetric bivariate lognormal the parameters are `log_mu`, `log_sigma`, and `rho`, the asymmetric bivariate lognormal the parameters are `log_mu1`, `log_mu2`, `log_sigma1`, `log_sigma2`, and `rho`, where 1 denotes the first population and 2 denotes the second population.
|
|
230
|
+
|
|
231
|
+
An example of running a symmetrical bivariate lognormal is:
|
|
232
|
+
|
|
233
|
+
dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache2d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.spectra.bpkl --pdf2d biv_lognormal --p0 1 1 .5 .5 --lbounds -10 0.01 0.001 0 --ubounds 10 10 0.999 0.5 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.bivariate_sym_lognormal.params --optimizations 15 --maxeval 400 --check-convergence
|
|
234
|
+
|
|
235
|
+
An example of running an asymmetrical bivariate lognormal is:
|
|
236
|
+
|
|
237
|
+
dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache2d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.spectra.bpkl --pdf2d biv_lognormal --p0 1 1 1 1 .5 .5 --lbounds -10 -10 0.01 0.01 0.001 0 --ubounds 10 10 10 10 0.999 0.5 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.bivariate_asym_lognormal.params --optimizations 10 --maxeval 400 --check-convergence
|
|
238
|
+
|
|
239
|
+
### Inferring mixture model joint DFE
|
|
240
|
+
|
|
241
|
+
Here, we will use a mixture of a univariate lognormal and a bivariate lognormal distribution. To make the mixture we pass in options for both 1D and 2D: `--pdf1d`, `--pdf2d`, `--cache1d`, and `--cache2d`. Because the mixture model is assuming some proportion of the DFE is lognormal and the other is bivariate, the bivariate is symmeteric. The parameters for the mixture lognormal DFE are `log_mu`, `log_sigma`, `rho`,and `w`, the proportional weight of the bivariate lognormal DFE (1-`w` would be the weight of the univariate lognormal distribution). In this example we fix `rho` of the bivariate component to 0 with the `--constants` option.
|
|
242
|
+
|
|
243
|
+
dadi-cli InferDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --cache2d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.spectra.bpkl --pdf1d lognormal --pdf2d biv_lognormal --mix-pdf mixture_lognormal --p0 1 1 0 .5 .5 --lbounds -10 0.01 -1 0.001 0 --ubounds 10 10 -1 0.999 0.5 --constants -1 -1 0 -1 -1 --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --ratio 2.31 --output ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.lognormal_mixture.params --optimizations 1 --maxeval 400 --check-convergence
|
|
244
|
+
|
|
245
|
+
Similar to the best fit parameters in `./examples/results/demo/1KG.YRI.CEU.split_mig.bestfit.demo.params`, the first column is the log-likelihood.
|
|
246
|
+
|
|
247
|
+
| likelihood | mu | sigma | rho | w | misidentification |
|
|
248
|
+
| - | - | - | - | - | - |
|
|
249
|
+
| -1389 | 5.51 | 7.65 | 0 | 0 | 0.017 |
|
|
250
|
+
|
|
251
|
+
### Performing statistical testing
|
|
252
|
+
|
|
253
|
+
To performing statistical testing with the Godambe Information Matrix (GIM), users should first use `GenerateFs` to generate bootstrapping data from VCF files. In this example we generate 20 bootstraps to save on time, but we recommend users do 100. `--chunk-size` is the max length of chunks the chromosomes will be broken up into and used to randomly draw from with replacement to make our bootstrapped chromosomes.
|
|
254
|
+
|
|
255
|
+
dadi-cli GenerateFs --vcf ./examples/data/1KG.YRI.CEU.biallelic.synonymous.snps.withanc.strict.vcf.gz --pop-info ./examples/data/1KG.YRI.CEU.popfile.txt --pop-ids YRI CEU --projections 20 20 --polarized --bootstrap 20 --chunk-size 1000000 --output ./examples/results/fs/bootstrapping_syn/1KG.YRI.CEU.20.synonymous.snps.unfold
|
|
256
|
+
|
|
257
|
+
dadi-cli GenerateFs --vcf ./examples/data/1KG.YRI.CEU.biallelic.nonsynonymous.snps.withanc.strict.vcf.gz --pop-info ./examples/data/1KG.YRI.CEU.popfile.txt --pop-ids YRI CEU --projections 20 20 --polarized --bootstrap 20 --chunk-size 1000000 --output ./examples/results/fs/bootstrapping_non/1KG.YRI.CEU.20.nonsynonymous.snps.unfold
|
|
258
|
+
|
|
259
|
+
To estimate the confidence intervals for the demographic parameters, users can use
|
|
260
|
+
|
|
261
|
+
dadi-cli StatDM --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --model split_mig --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --grids 60 80 100 --bootstrapping-dir ./examples/results/fs/bootstrapping_syn/ --output ./examples/results/stat/1KG.YRI.CEU.20.split_mig.bestfit.demo.params.godambe.ci
|
|
262
|
+
|
|
263
|
+
To estimate the confidence intervals for the joint DFE parameters, users can use
|
|
264
|
+
|
|
265
|
+
dadi-cli StatDFE --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --dfe-popt ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.1D_lognormal.params.InferDFE.bestfits --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --pdf1d lognormal --bootstrapping-nonsynonymous-dir ./examples/results/fs/bootstrapping_non/ --bootstrapping-synonymous-dir ./examples/results/fs/bootstrapping_non/ --output ./examples/results/stat/1KG.YRI.CEU.20.split_mig.bestfit.dfe.1D_lognormal.params.godambe.ci
|
|
266
|
+
|
|
267
|
+
Three different step sizes are tested when using the GIM. Ideally 95% confidence intervals will be consistent between step sizes.
|
|
268
|
+
|
|
269
|
+
### Plotting
|
|
270
|
+
|
|
271
|
+
`dadi-cli` can plot allele frequency spectrum from data or compare the spectra between model and data.
|
|
272
|
+
|
|
273
|
+
To plot frequency spectrum from data, users can use
|
|
274
|
+
|
|
275
|
+
dadi-cli Plot --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --output ./examples/results/plots/1KG.YRI.CEU.20.synonymous.snps.unfold.fs.pdf --model split_mig
|
|
276
|
+
|
|
277
|
+
dadi-cli Plot --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --output ./examples/results/plots/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs.pdf --model split_mig
|
|
278
|
+
|
|
279
|
+
To compare two frequency spectra from data, users can use
|
|
280
|
+
|
|
281
|
+
dadi-cli Plot --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --fs2 ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --output ./examples/results/plots/1KG.YRI.CEU.20.synonymous.vs.nonsynonymous.snps.unfold.fs.pdf --model None
|
|
282
|
+
|
|
283
|
+
To compare frequency spectra between a demographic model without selection and data, users can use
|
|
284
|
+
|
|
285
|
+
dadi-cli Plot --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --demo-popt ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.params.InferDM.bestfits --output ./examples/results/plots/1KG.YRI.CEU.20.synonymous.snps.vs.split_mig.pdf --model split_mig
|
|
286
|
+
|
|
287
|
+
To compare frequency spectra between a demographic model with selection and data, users can use
|
|
288
|
+
|
|
289
|
+
dadi-cli Plot --fs ./examples/results/fs/1KG.YRI.CEU.20.nonsynonymous.snps.unfold.fs --model split_mig --pdf1d lognormal --pdf2d biv_lognormal --dfe-popt ./examples/results/dfe/1KG.YRI.CEU.20.split_mig.dfe.lognormal_mixture.params.InferDFE.bestfits --cache1d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.single.gamma.spectra.bpkl --cache2d ./examples/results/caches/1KG.YRI.CEU.20.split_mig.sel.spectra.bpkl --output ./examples/results/plots/1KG.YRI.CEU.20.nonsynonymous.snps.vs.lognormal_mixture.pdf
|
|
290
|
+
|
|
291
|
+
By default, `dadi-cli` projects the sample size down to 20 for each population. Users can use `--projections` to lower the sample size for visualization purposes.
|
|
292
|
+
|
|
293
|
+
### Using WorkQueue for distributed inference with dadi-cli
|
|
294
|
+
|
|
295
|
+
`dadi-cli` `InferDM` and `InferDFE` has built in options to work with Cooperative Computing Tools (`CCTools`)'s `Work Queue` for launching independent optimizations across multiple machines. This example will be for submitting jobs to a `Slurm Workload Manager`. First we want to submit a factory.
|
|
296
|
+
|
|
297
|
+
work_queue_factory -T local -M dm-inference -P ./tests/mypwfile --workers-per-cycle=0 --cores=1 &
|
|
298
|
+
|
|
299
|
+
`dm-inference` is the project name and `mypwfile` is a file containing a password, both of which are needed for `dadi-cli` use. Next you'll want to submit jobs from `dadi-cli`.
|
|
300
|
+
|
|
301
|
+
dadi-cli InferDM --fs ./examples/results/fs/1KG.YRI.CEU.20.synonymous.snps.unfold.fs --model split_mig --p0 1 1 .5 1 .5 --ubounds 10 10 1 10 1 --lbounds 10e-3 10e-3 10e-3 10e-3 10e-5 --grids 60 80 100 --output ./examples/results/demo/1KG.YRI.CEU.20.split_mig.demo.work_queue.params --optimizations 5 --maxeval 200 --check-convergence --work-queue dm-inference ./tests/mypwfile
|
|
302
|
+
|
|
303
|
+
`dadi-cli` will send the number of workers as the number of optimizations you request. The `check-convergence` and `force-convergence` options work with `Work Queue` as well.
|
|
304
|
+
|
|
305
|
+
### Available demographic models
|
|
306
|
+
|
|
307
|
+
`dadi-cli` provides a subcommand `Model` to help users finding available demographic models in `dadi`.
|
|
308
|
+
To find out available demographic models, users can use
|
|
309
|
+
|
|
310
|
+
dadi-cli Model --names
|
|
311
|
+
|
|
312
|
+
Then the available demographic models will be displayed in the screen:
|
|
313
|
+
|
|
314
|
+
Available 1D demographic models:
|
|
315
|
+
- bottlegrowth_1d
|
|
316
|
+
- growth
|
|
317
|
+
- snm_1d
|
|
318
|
+
- three_epoch
|
|
319
|
+
- two_epoch
|
|
320
|
+
|
|
321
|
+
Available 2D demographic models:
|
|
322
|
+
- bottlegrowth_2d
|
|
323
|
+
- bottlegrowth_split
|
|
324
|
+
- bottlegrowth_split_mig
|
|
325
|
+
- IM
|
|
326
|
+
- IM_pre
|
|
327
|
+
- split_mig
|
|
328
|
+
- split_asym_mig
|
|
329
|
+
- snm_2d
|
|
330
|
+
|
|
331
|
+
Available demographic models with selection:
|
|
332
|
+
- equil
|
|
333
|
+
- equil_X
|
|
334
|
+
- IM_sel
|
|
335
|
+
- IM_sel_single_gamma
|
|
336
|
+
- IM_pre_sel
|
|
337
|
+
- IM_pre_sel_single_gamma
|
|
338
|
+
- split_mig_sel
|
|
339
|
+
- split_mig_sel_single_gamma
|
|
340
|
+
- split_asym_mig_sel
|
|
341
|
+
- split_asym_mig_sel_single_gamma
|
|
342
|
+
- two_epoch_sel
|
|
343
|
+
- three_epoch_sel
|
|
344
|
+
|
|
345
|
+
To find out the parameters and detail of a specific model, users can use the name of the demograpic model as the parameter after `--names`. For example,
|
|
346
|
+
|
|
347
|
+
dadi-cli Model --names split_mig
|
|
348
|
+
|
|
349
|
+
Then the detail of the model will be displayed in the screen:
|
|
350
|
+
|
|
351
|
+
- split_mig:
|
|
352
|
+
|
|
353
|
+
Split into two populations of specifed size, with symmetric migration.
|
|
354
|
+
Two populations in this model.
|
|
355
|
+
|
|
356
|
+
params = [nu1,nu2,T,m]
|
|
357
|
+
|
|
358
|
+
nu1: Size of population 1 after split (in units of Na)
|
|
359
|
+
nu2: Size of population 2 after split (in units of Na)
|
|
360
|
+
T: Time in the past of split (in units of 2*Na generations)
|
|
361
|
+
m: Migration rate between populations (2*Na*m)
|
|
362
|
+
|
|
363
|
+
### Available DFE distributions
|
|
364
|
+
|
|
365
|
+
`dadi-cli` provides a subcommand `Pdf` to help users finding available probability density functions for DFE inference in `dadi`.
|
|
366
|
+
|
|
367
|
+
To find out available probability density functions, users can use
|
|
368
|
+
|
|
369
|
+
dadi-cli Pdf --names
|
|
370
|
+
|
|
371
|
+
Then the availalbe functions will be displayed in the screen:
|
|
372
|
+
|
|
373
|
+
Available probability density functions:
|
|
374
|
+
- beta
|
|
375
|
+
- biv_ind_gamma
|
|
376
|
+
- biv_lognormal
|
|
377
|
+
- exponential
|
|
378
|
+
- gamma
|
|
379
|
+
- lognormal
|
|
380
|
+
- normal
|
|
381
|
+
- mixture
|
|
382
|
+
|
|
383
|
+
To find out the parameters and the detail of a specific function, users can use the name of the function as the parameter after `--names`. For example,
|
|
384
|
+
|
|
385
|
+
dadi-cli Pdf --names lognormal
|
|
386
|
+
|
|
387
|
+
Then the detail of the function will be displayed in the screen:
|
|
388
|
+
|
|
389
|
+
- lognormal:
|
|
390
|
+
|
|
391
|
+
Lognormal probability density function.
|
|
392
|
+
|
|
393
|
+
params = [log_mu, log_sigma]
|
|
394
|
+
|
|
395
|
+
## Dependencies
|
|
396
|
+
|
|
397
|
+
- [dadi >2.1.0](https://bitbucket.org/gutenkunstlab/dadi/src/master/)
|
|
398
|
+
|
|
399
|
+
## References
|
|
400
|
+
|
|
401
|
+
1. [Gutenkunst et al., *PLoS Genet*, 2009.](http://doi.org/10.1371/journal.pgen.1000695)
|
|
402
|
+
2. [Huang et al., *Mol Biol Evol*, 2021.](https://doi.org/10.1093/molbev/msab162)
|