- Home
- Bioconductor 3.22
- Software Packages
- fastreeR
fastreeR
This is the released version of fastreeR; for the devel version, see fastreeR.
Phylogenetic, Distance and Other Calculations on VCF and Fasta Files
Bioconductor version: Release (3.22)
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.
Author: Anestis Gkanogiannis [aut, cre] ORCID iD ORCID: 0000-0002-6441-0688
Maintainer: Anestis Gkanogiannis <anestis at gkanogiannis.com>
citation("fastreeR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("fastreeR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("fastreeR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.