-
Notifications
You must be signed in to change notification settings - Fork 15
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
Trouble showing subset of data #24
Comments
Please re-install ggtreeExtra by
|
Thanks very much for your reply, but I still have the same issue even after installing the github version When I try the format used in your link to another issue I get
But no matter what I choose for |
I am sorry, I forgot to push the update to the github. Please re-install it now. You can use
|
I've got a phylogeny that I'd like to annotate but am having issues. The annotation data is in the form of
This code works:
which produces
But I think the image is too busy and only want to focus on the value of "WGY", so I changed the
data
argument toannotate_df %>% filter(name == "WGY")
But that throws a bunch of errors
How can I just get one circle of tiles showing the value of "WGY" and ignore the other 4 values of the "name" column in my dataframe?
The text was updated successfully, but these errors were encountered: