Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions inst/assets/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3083,3 +3083,12 @@ @article{Medearis2026
urldate = {2026-01-12},
year = {2026}
}

@Book{Yu2023,
author = {Guangchuang Yu},
title = {Data Integration, Manipulation and Visualization of
Phylogenetic Trees},
publisher = {Chapman and Hall/CRC},
year = {2023},
url = {https://yulab-smu.top/treedata-book/}
}
5 changes: 4 additions & 1 deletion inst/pages/taxonomy.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,10 @@ setTaxonomyRanks(ranks)
## Visualizing phylogeny

The `plotRowTree()` function from the `r BiocStyle::Biocpkg("miaViz")` package
provides a convenient way to visualize the phylogeny.
provides a convenient way to visualize the phylogeny. For more advanced
tree-data integration and visualization techniques, see Yu's book
[*Data Integration, Manipulation and Visualization of Phylogenetic Trees*](https://yulab-smu.top/treedata-book/),
especially the chapter on [plotting trees with data](https://yulab-smu.top/treedata-book/chapter7.html) [@Yu2023].

```{r}
#| label: plot_phylogeny1
Expand Down
Loading