We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For a given node u, its span is the width of genome where its a child (lets ignore trapped ancestral material)
child_edges = ts.edges_child == u left = np.min(ts.edges_left[child_edges]) right = np.max(ts.edges_right[child_edges]) span = right - left
Plot the
The text was updated successfully, but these errors were encountered:
First pass at Nodes tab
5299eef
fixes issue tskit-dev#19
9d2d534
completed in #61
Sorry, something went wrong.
savitakartik
No branches or pull requests
For a given node u, its span is the width of genome where its a child (lets ignore trapped ancestral material)
Plot the
The text was updated successfully, but these errors were encountered: