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
6 changes: 3 additions & 3 deletions what_is.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ def create_notebook_data():

# What is a tree sequence?

A *succinct tree sequence*, or "tree sequence" for short, represents the evolutionary
A *succinct tree sequence*, or "tree sequence" for short, represents the ancestral
relationships between a set of DNA sequences. Tree sequences are based on fundamental
biological principles of inheritance, DNA duplication, and recombination; they can be
created by [simulation](https://tskit.dev/software/#simulate) or by
[inferring relationships from empirical DNA data](https://tskit.dev/software/#infer).
created by [evolutionary simulation](https://tskit.dev/software/#simulate) or by
[inferring genealogies from empirical DNA data](https://tskit.dev/software/#infer).

:::{margin} Key point
Tree sequences are used to encode and analyse large genetic datasets
Expand Down