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
10 changes: 9 additions & 1 deletion viz.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,15 @@ reproduceable code.
This tutorial is primarily focussed on showing a tree sequence as a set of marginal
trees along a genome. The section titled {ref}`sec_tskit_viz_other`
provides examples of other representations of tree sequences, or the processes that
can create them.
can create them.

Additionally, other software tools exist that can plot genealogies (ARGs) in tree
sequence format. For example, in these tutorials we use the
[tskit_arg_visualizer](https://github.com/kitchensjn/tskit_arg_visualizer) tool
to provide simple graph-centric visualizations. You might also want to explore
tools such as [ARGscape](https://www.argscape.com), [Lorax](https://lorax.ucsc.edu),
[tsbrowse](https://tskit.dev/tsbrowse/docs/stable/intro.html), or even high-level
analysis tools like [TwisstNTern](https://github.com/HilaLifchitz/twisstntern_v2).
:::


Expand Down
Loading