Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/ancestry.md
Original file line number Diff line number Diff line change
Expand Up @@ -1152,10 +1152,14 @@ as gene conversion. A separate {class}`msprime.NodeType` exists for each:
A recombination event results in two extra nodes being recorded, one identifying
the genome providing the genetic material to the left of the breakpoint and
the other identifying the genome providing the genetic material to the
right. For more information on how to set the recombination rate or specify a
recombination map: see {ref}`sec_ancestry_recombination`. More information on how
to set up a simulation with gene conversion can be found here:
{ref}`sec_ancestry_gene_conversion`.
right. This makes it easy to identify the (possible multiple) segments of genome
that travel via the left parent versus the right parent, and also means that
so-called "diamonds" (in which lineages split and immediately rejoin) are retained
even if edges are {meth}`squashed<tskit.EdgeTable.squash>`.

For more information on how to set the recombination rate or specify a
recombination map: see {ref}`sec_ancestry_recombination`. To set up a simulation
with gene conversion, see {ref}`sec_ancestry_gene_conversion`.

(sec_ancestry_record_migrations)=

Expand Down
Loading