SkillAgentSearch skills...

TreeAndLeaf

An R package for displaying binary trees, aiming to represent multiple layers of information on dendrogram leaves.

Install / Use

/learn @sysbiolab/TreeAndLeaf
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TreeAndLeaf: Displaying binary trees with focus on dendrogram leaves

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

TreeAndLeaf is availble from the Bioconductor repository:

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

BiocManager::install("TreeAndLeaf")

For more information, visit the TreeAndLeaf landing page on Bioconductor.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1mo ago
Forks3

Security Score

80/100

Audited on Feb 18, 2026

No findings