-
Notifications
You must be signed in to change notification settings - Fork 11
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
v5.8 drop.tip unexpected behavior #118
Comments
Hello, The effect of layout(matrix(1:2, 2))
plot(phy, show.node.label = TRUE, tip.color = "green")
plot(tphy, show.node.label = TRUE, tip.color = "green") Best, |
Hello, I see, thank you. I was hoping to find something that did trim the tree to the node that connected the dropped tips to the remaining tree. I found that the options For example: target_node <- 16 Best, |
I'm not 100% sure to see what you want to do, but what about calling As a side note, you can see Best, |
Hello,
I was checking some functions with the new update and noticed that
drop.tip
was producing some interesting results. Specifically whentrim.internal = FALSE
andsubtree = FALSE
.I've attached a small example tree to highlight the problem. In this example, all the tips other than the "Germline" are supposed to be dropped. I would expect this to produce a tree with the germline and another branch that highlights that the others were dropped, not a number of branches as I currently get.
Best,
Cole
forApe.zip
The text was updated successfully, but these errors were encountered: