labelling leaves with sample names? #2088
-
Is there a direct way to label leaf nodes with sample names? |
Beta Was this translation helpful? Give feedback.
Answered by
petrelharp
Jan 10, 2022
Replies: 1 comment 2 replies
-
Do you mean in the tree sequence data structure itself or when you make a picture for output, e.g., with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jeromekelleher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean in the tree sequence data structure itself or when you make a picture for output, e.g., with
.draw_svg( )
? For the latter we've got an example here. For the former, we could add metadata - that would probably make a good example? (Does tsinfer already do this?)