Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Sep 25, 2020
1 parent ef520b2 commit 31a9e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sibship.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The relationship between the newly generated samples can be identified by:
If the samples in your `PopData` are of a single ploidy, then `ploidy = 0` (the default) will infer the ploidy
and generate parents and offspring according to the ploidy of your data. If you have mixed-ploidy data or wish
to generate parents and offspring of a ploidy different than the source `PopData` you can specify the ploidy
with which to geerate parents and offspring. For example, if your `PopData` is diploid, but you wish to generate
with which to simulate parents and offspring. For example, if your `PopData` is diploid, but you wish to generate
triploid or octoploid parents and offspring, you would specify `ploidy = 3` or `ploidy = 8` repectively.
#### Odd ploidy
If trying to create offspring with an odd ploidy (3,5, etc.), each parent has a 50% chance of
Expand Down

0 comments on commit 31a9e1d

Please sign in to comment.