Skip to content

Commit 1b99c0d

Browse files
committed
Port tree traversal material into new analysis tut
And create a stub for tree sequence analysis
1 parent c29b26c commit 1b99c0d

9 files changed

+439
-0
lines changed

_toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ parts:
1212
- file: simplification
1313
- file: metadata
1414
- file: tskitr
15+
- caption: Analysis
16+
chapters:
17+
- file: analysing_tree_sequences
18+
- file: analysing_trees
1519
- caption: Backward time simulations
1620
# TODO this will be broken down more finely as we add more content
1721
chapters:

analysing_tree_sequences.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
jupytext:
3+
text_representation:
4+
extension: .md
5+
format_name: myst
6+
format_version: 0.12
7+
jupytext_version: 1.9.1
8+
kernelspec:
9+
display_name: Python 3
10+
language: python
11+
name: python3
12+
---
13+
14+
```{currentmodule} tskit
15+
```
16+
17+
(sec_analysing_tree_sequences)=
18+
19+
# Analysing tree sequences
20+
21+
:::{todo}
22+
Add all stats material from https://tskit.dev/tskit/docs/stable/tutorial.html
23+
24+
Should we rename this "calculating statistics", or something else with the word "statistics" in the name?
25+
:::

0 commit comments

Comments
 (0)