Bioc2026 Registration Open!

TreeAndLeaf

Displaying binary trees with focus on dendrogram leaves

Bioconductor version: 3.23 · Package version: 1.24.0

TreeAndLeaf implements a hybrid layout strategy that enhances leaf-level visualization in dendrograms. By integrating force-directed graph and tree layout algorithms, it enables projection of multiple layers of information onto graph–tree diagrams.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("TreeAndLeaf")

Details

MaintainerMauro Castro <mauro.a.castro@gmail.com>
AuthorMilena Cardoso [aut], Luis Rizzardi [aut], Leonardo Kume [aut], Sheyla Trefflich [ctb], Clarice Groeneveld [ctb], Mauro Castro [aut, cre] (ORCID: <https://orcid.org/0000-0003-4942-8131>)
LicenseArtistic-2.0
URLhttps://doi.org/10.1093/bioinformatics/btab819
Bug Reportshttps://github.com/sysbiolab/TreeAndLeaf/issues
Downloads rank298
Source branchRELEASE_3_23
biocViewsDataRepresentation, GraphAndNetwork, Network, Software, SystemsBiology, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.4)

Imports: RedeR (>= 3.6.1), igraph, ape

Suggests: knitr, rmarkdown, BiocStyle, RUnit, BiocGenerics, stringr, ggtree, ggplot2, dplyr, dendextend, RColorBrewer

Reverse dependencies

Suggests Me (1): RedeR