Bioc2026 Registration Open!

fastreeR

Phylogenetic, Distance and Other Calculations on VCF and Fasta Files

Bioconductor version: 3.23 · Package version: 2.2.0

Calculate distances, build phylogenetic trees or perform hierarchical clustering between the samples of a VCF or FASTA file. Functions are implemented in Java-11 and called via rJava. Parallel implementation that operates directly on the VCF or FASTA file for fast execution.

Installation

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

BiocManager::install("fastreeR")

Details

MaintainerAnestis Gkanogiannis <anestis@gkanogiannis.com>
AuthorAnestis Gkanogiannis [aut, cre] (ORCID: <https://orcid.org/0000-0002-6441-0688>)
LicenseGPL-3
URLhttps://github.com/gkanogiannis/fastreeR, https://github.com/gkanogiannis/BioInfoJava-Utils
Bug Reportshttps://github.com/gkanogiannis/fastreeR/issues
System RequirementsJava (>= 11)
Downloads rank222
Source branchRELEASE_3_23
biocViewsClustering, Metagenomics, Phylogenetics, Software

Documentation

Download

Dependencies

Depends: R (>= 4.4)

Imports: ape, data.table, dynamicTreeCut, methods, R.utils, rJava, stats, stringr, utils

Suggests: BiocFileCache, BiocStyle, ggtree, graphics, knitr, memuse, rmarkdown, spelling, testthat (>= 3.0.0)