ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

:christmas_tree:Visualization and annotation of phylogenetic trees

Results 184 ggtree issues
Sort by recently updated
recently updated
newest added
trafficstars

### Prerequisites + [x ] Have you read [Feedback](https://guangchuangyu.github.io/ggtree/#feedback) and follow the [guide](https://guangchuangyu.github.io/2016/07/how-to-bug-author/)? ### Ask in right place * [ x] for bugs or feature requests, post here (github issue)...

Hi - I have a set of descriptions (descriptons1) that I am trying to align to the tree. To separate these descriptions from another set of data, I used facet_plot....

dear author, i wanna visualize the result of r8s, which is a program for analysis of rates of evolution. Fortunately, i found the ggtree package that could realize it. but...

Hello, I am struggling with the following code I'm using to annotate my tree. It seems that ggtree adds an extra branch/node to the tree that should not be there,...

Dear author I have a simple question to consult, but it does confuse me. When I use ggtree, the order of tree $tip. label is always the order in the...

### Prerequisites + [X] Have you read [Feedback](https://guangchuangyu.github.io/ggtree/#feedback) and follow the [guide](https://guangchuangyu.github.io/2016/07/how-to-bug-author/)? * [X] make sure your are using the latest release version * [X] read the [documents](https://yulab-smu.github.io/treedata-book/) * [X]...

Hi! I love to use the circular ggtree layouts, but always found the low line segment resolution - especially close to the root - somewhat unattractive: ![image](https://github.com/YuLab-SMU/ggtree/assets/859893/81a9c19c-713e-4260-842c-5c694e68f48d) Apparently that is...

Hello, I try to convert my tree, previoulsy made in ggtree into a plotly tree but label and color disapear after conversion. Test code : ```R library(ggimage) library(ggtree) library(TDbook) #...

I searched for issues related to the function 'ggtree::msaplot' and found this website: https://www.r-bloggers.com/2016/08/ggtree-for-microbiome-data/ I am unable to get this line working: msaplot(p, Biostrings::BStringSet(barcode), width=.3, offset=.05) I get this error:...

Hi: ```{r} BiocManager::install("ggtree") ``` How to solve this error? ```{r} Bioconductor version 3.17 (BiocManager 1.30.22), R 4.3.0 (2023-04-21) Installing package(s) 'ggtree' trying URL 'https://bioconductor.org/packages/3.17/bioc/src/contrib/ggtree_3.8.2.tar.gz' Content type 'application/gzip' length 360923 bytes...