Bioc2026 Registration Open!

sitePath

Phylogeny-based sequence clustering with site polymorphism

Bioconductor version: 3.23 · Package version: 1.28.0

Using site polymorphism is one of the ways to cluster DNA/protein sequences but it is possible for the sequences with the same polymorphism on a single site to be genetically distant. This package is aimed at clustering sequences using site polymorphism and their corresponding phylogenetic trees. By considering their location on the tree, only the structurally adjacent sequences will be clustered. However, the adjacent sequences may not necessarily have the same polymorphism. So a branch-and-bound like algorithm is used to minimize the entropy representing the purity of site polymorphism of each cluster.

Installation

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

BiocManager::install("sitePath")

Details

MaintainerChengyang Ji <chengyang.ji12@alumni.xjtlu.edu.cn>
AuthorChengyang Ji [aut, cre, cph] (ORCID: <https://orcid.org/0000-0001-9258-5453>), Hangyu Zhou [ths], Aiping Wu [ths]
LicenseMIT + file LICENSE
URLhttps://wuaipinglab.github.io/sitePath/
Bug Reportshttps://github.com/wuaipinglab/sitePath/issues
Downloads rank271
Source branchRELEASE_3_23
biocViewsAlignment, MultipleSequenceAlignment, Phylogenetics, SNP, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2)

Imports: RColorBrewer, Rcpp, ape, aplot, ggplot2, ggrepel, ggtree, graphics, grDevices, gridExtra, methods, parallel, seqinr, stats, tidytree, utils

LinkingTo: Rcpp

Suggests: BiocStyle, devtools, knitr, magick, rmarkdown, testthat