You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a ggtree tree object and I want to explore them in a RShiny app. My ggtree is not compatible with plotly plot (I losted highlight, clade, ..).
To conturn incompability with plotly, I use ggtree in a simple plot. With help of Shiny, I made a kind a interactivity with some selectInput Menu and a kind of zoom with viewClade() function.
But with viewClade, I losted the order of my branches. I need to rotate it. But with rotatation, the highlight become incorrect.
Please find following my code with a more simple tree but reproducible example of my problem.
Hi,
I have a ggtree tree object and I want to explore them in a RShiny app. My ggtree is not compatible with plotly plot (I losted highlight, clade, ..).
To conturn incompability with plotly, I use ggtree in a simple plot. With help of Shiny, I made a kind a interactivity with some selectInput Menu and a kind of zoom with viewClade() function.
But with viewClade, I losted the order of my branches. I need to rotate it. But with rotatation, the highlight become incorrect.
Please find following my code with a more simple tree but reproducible example of my problem.
Thanks for your help
The text was updated successfully, but these errors were encountered: