Skip to content

Commit 52275d1

Browse files
committed
Add in a callout to add uses for random tree access
Issue tskit-dev/tskit#684
1 parent ed84d2d commit 52275d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

getting_started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,11 @@ It's obvious that there's something unusual about the trees in the middle of thi
146146
chromosome, where the selective sweep occurred.
147147

148148
Currently, it's not particularly efficient to pull out individual trees from the middle
149-
of a tree sequence, but it *can* be done, via the
149+
of a tree sequence
150+
(please comment on [this issue](https://github.com/tskit-dev/tskit/issues/684) if you
151+
have a need for this to be efficient) but it *can* be done, via the
150152
{meth}`TreeSequence.at()<tskit.TreeSequence.at>` method. Here's the tree at location
151-
$5\ 000\ 000$ (the position of the sweep) drawn using the
153+
$5\ 000\ 000$ --- the position of the sweep --- drawn using the
152154
{meth}`Tree.draw_svg()<tskit.Tree.draw_svg>` method (see the
153155
{ref}`visualization tutorial <sec_tskit_viz>` for more visualization possibilities):
154156

0 commit comments

Comments
 (0)