Skip to content

Commit

Permalink
Merge pull request #652 from David-Peede/pythonPin
Browse files Browse the repository at this point in the history
QCed CanFam
  • Loading branch information
grahamgower authored Oct 27, 2020
2 parents 8a81362 + 149cf0a commit c124aba
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions stdpopsim/catalog/CanFam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import stdpopsim
from . import genome_data

# Recombination rates are the means calculated from the Campbell2016 map. ChrX
# isn't included in that genetic map, so the weighted genome-wide average is
# Recombination rates are the means calculated from the Campbell2016 map.
# Recombination maps can be found at https://github.com/cflerin/dog_recombination
# ChrX isn't included in that genetic map, so the weighted genome-wide average is
# provided here instead.
_recombination_rate_data = {
"1": 7.636001498077e-09,
Expand Down Expand Up @@ -107,7 +108,15 @@
generation_time_citations=[
# Everyone uses 3 years because everyone else uses it.
# It's likely higher, at least in wolves:
# https://pubs.er.usgs.gov/publication/70187564
# https://academic.oup.com/mbe/article/35/6/1366/4990884
# Reasoning behind a generation time of 3 years:
# Consider two use cases for CanFam simulations:
# (1) for domestic dog simulations, and (2) for wolf+dog simulations
# (or ancestral dogs).
# In case (1), maybe 3 year generations are more appropriate because of human
# intervention in breeding. In case (2), you might want to match what other
# studies have done (thus using 3 year generations), or you might want to
# consider what is known about modern wolves.
],
population_size=13000, # ancestral dog size
population_size_citations=[
Expand Down

0 comments on commit c124aba

Please sign in to comment.