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
Hi, sorry to disturb. Recently when I was using ggtreeExtra to plot tree, something went wrong. As you can see,
trda %>% unnest(RareAbundanceBySample)
Error in UseMethod("unnest") :
no applicable method for 'unnest' applied to an object of class "c('MPSE', 'SummarizedExperiment', 'RectangularData', 'Vector', 'Annotated', 'vector_OR_Vector')
But the version of tidytree is 0.4.5, could you please help me solve that?
The text was updated successfully, but these errors were encountered:
Maybe you need to extract the taxatree slot from MPSE class. For example, mpse %>% mp_extract_taxatree() -> taxa.tree. the taxa.tree is an treedata object, then you can processed and visualized using tidytree, treeio, ggtree and ggtreeExtra .
Hi, sorry to disturb. Recently when I was using ggtreeExtra to plot tree, something went wrong. As you can see,
But the version of tidytree is 0.4.5, could you please help me solve that?
The text was updated successfully, but these errors were encountered: