Skip to content
New issue

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

docs on obtaining tree node labels #33

Open
nick-youngblut opened this issue Dec 20, 2022 · 1 comment
Open

docs on obtaining tree node labels #33

nick-youngblut opened this issue Dec 20, 2022 · 1 comment

Comments

@nick-youngblut
Copy link

Prior to delving into lineages at https://yulab-smu.top/treedata-book/chapter2.html#accesor-tidytree, it would be helpful to first simply explain how to do the basics, such as:

  • Get all tip labels (e.g., tree$tip.label). Must one first convert the treedata object to a phylo or tibble object?
  • Get all node labels (no just tips)
  • Get all internal node labels
  • Get all edge lengths
@nick-youngblut
Copy link
Author

More generally, it is great to have just extensive documentation in https://yulab-smu.top/treedata-book/index.html, but often the UI is only described with complex examples, and given that there really isn't much function-level docs in the ggtree and tidytree packages, users must try to decipher the basic functionality from the complex examples in the book.

Specific examples:

It would be great to have more simplified examples/docs explaining more of the basic UI of the functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant