Skip to content

Commit

Permalink
SysBio ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Jun 19, 2023
1 parent 1d266fd commit ce4dec4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
% reference for the package, and for the correlated inheritance model
@article{2023fogg_phylocoalsimulations,
author = {Fogg, John and Allman, Elizabeth S and An{\'e}, C{\'e}cile},
title = {{PhyloCoalSimulations}: A simulator for network multispecies coalescent
models, including a new extension for the inheritance of gene flow},
journal = {Systematic Biology},
year = {2023},
volume = {in press},
doi = {10.1093/sysbio/syad030},
}
% older bioRxiv preprint
@article{2023fogg_phylocoalsimulations_bioRxiv,
author = {Fogg, John and Allman, Elizabeth S and An{\'e}, C{\'e}cile},
title = {{PhyloCoalSimulations}: A simulator for network multispecies coalescent
models, including a new extension for the inheritance of gene flow},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ References:
please see [bibtex entries here](https://github.com/cecileane/PhyloCoalSimulations.jl/blob/main/CITATION.bib).

- for this package and the network coalescent model with inheritance correlation:\
[Fogg, Allman & Ané (2023)](https://doi.org/10.1101/2023.01.11.523690)
[Fogg, Allman & Ané (2023)](https://doi.org/10.1093/sysbio/syad030)
PhyloCoalSimulations: A simulator for network multispecies coalescent models,
including a new extension for the inheritance of gene flow.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/correlated_inheritance.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ with independent lineages.

It also has an option to simulate lineage inheritance with positive correlation,
under a coalescent model described in
[Fogg, Allman & Ané (2023)](https://doi.org/10.1101/2023.01.11.523690).
[Fogg, Allman & Ané (2023)](https://doi.org/10.1093/sysbio/syad030).
For this, lineages' parents are drawn according to a Dirichlet process with
base distribution determined by the γ values, and with concentration parameter
α = (1-r)/r, that is, r = 1/(1+α), where r is the input inheritance correlation.
Expand Down
2 changes: 1 addition & 1 deletion src/simulatecoalescent_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ are simulated according to a Dirichlet process with base distribution determined
by the γ values, and with concentration parameter α = (1-r)/r, that is, r = 1/(1+α),
where `r` is the input inheritance correlation.
For more details about this model, please read the package manual or refer
to [Fogg, Allman & Ané (2023)](https://doi.org/10.1101/2023.01.11.523690).
to [Fogg, Allman & Ané (2023)](https://doi.org/10.1093/sysbio/syad030).
Assumptions:
- `net` must have non-missing edge lengths and γ values.
Expand Down

0 comments on commit ce4dec4

Please sign in to comment.