Skip to content

Commit f6dcc9b

Browse files
committed
Minor formatting what_is.md
1 parent a340e52 commit f6dcc9b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

what_is.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ they can be created by [evolutionary simulation](https://tskit.dev/software/#sim
7979
or by [inferring genealogies from empirical DNA data](https://tskit.dev/software/#infer).
8080

8181
:::{margin} Key point
82-
Tree sequences are used to encode and analyse large genetic datasets
82+
Tree sequences are used to encode and analyse large genetic datasets.
8383
:::
8484

8585
Tree sequences provide an efficient way of storing
@@ -226,7 +226,7 @@ branches of the trees, and the positions of the twelve variable sites associated
226226
mutations are shown along the X axis.
227227

228228
:::{margin} Key point
229-
Mutation on trees are the source of genetic variation
229+
Mutation on trees are the source of genetic variation.
230230
:::
231231

232232
The trees inform us that, for example, the final mutation (at position 987) is inherited
@@ -266,7 +266,7 @@ ts.draw_svg(
266266
```
267267

268268
:::{margin} Key point
269-
Tree sequences are efficient because they don't store each tree separately
269+
Tree sequences are efficient because they don't store each tree separately.
270270
:::
271271

272272
A branch can be shared by many adjacent trees, but is stored as a single edge in the tree
@@ -314,9 +314,9 @@ plt.show()
314314

315315
::::{margin}
316316
:::{note}
317-
The genetic genealogy is sometimes referred to as an ancestral recombination graph,
318-
or ARG, and one way to think of tskit tree sequence is as a way
319-
to store various different sorts of ARGs (see the {ref}`ARG tutorial<sec_args>`)
317+
The genetic genealogy is sometimes referred to as an ancestral recombination graph (ARG),
318+
and one way to think of tskit tree sequence is as a way
319+
to store various different sorts of ARGs (see the {ref}`ARG tutorial<sec_args>`).
320320
:::
321321
::::
322322

@@ -428,7 +428,7 @@ multiple correlated trees along a genome.
428428

429429
```{margin} Key point
430430
Most genetic calculations involve iterating over trees, which is highly efficient in
431-
{program}`tskit`
431+
{program}`tskit`.
432432
```
433433

434434
For example, statistical measures of genetic variation can be thought of as a calculation

0 commit comments

Comments
 (0)