New tskit_arg_visualizer
allows recombinants to be shown effectively
#282
hyanwong
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@kitchensjn has made a change to the latest dev version of
tskit_arg_visualizer
which means that it is now a very effective tool for examining small groups of Pango samples, such as most of the Pango-X lineages. Namely, you can pass a set of nodes (e.g. from fromti.pango_lineage_samples
) into thed3arg.draw_nodes()
function, along with a parameterdegree=(parent_levels, child_levels)
value, and the ancestry of those samples is shown. E.g.:NB, this may require the following in a different cell:
Here's an example, with XA coloured in magenta. In this case it would have been the same as specifying the recombination node, but in cases where pango lineages have been assigned to different recombinants, this approach should immediately identify what is going on.

Beta Was this translation helpful? Give feedback.
All reactions