We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a3401 commit a9e4f88Copy full SHA for a9e4f88
python/tskit/trees.py
@@ -370,7 +370,11 @@ class Site(util.Dataclass):
370
mutations: np.ndarray
371
"""
372
The list of mutations at this site. Mutations within a site are returned in the
373
- order they are specified in the underlying :class:`MutationTable`.
+
374
+ order they are specified in the underlying :class:`MutationTable`. For canonical
375
+ (i.e., valid) tables, this means ancestral mutations precede their descendants, so
376
+ older mutations (as defined by the canonical mutation ordering; see
377
+ :ref:`sec_mutation_requirements`) appear before younger ones.
378
379
metadata: bytes | dict | None
380
0 commit comments