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
| Maintainer | Anestis Gkanogiannis <anestis@gkanogiannis.com> |
| Author | Anestis Gkanogiannis [aut, cre] (ORCID: <https://orcid.org/0000-0002-6441-0688>) |
| License | GPL-3 |
| URL | https://github.com/gkanogiannis/fastreeR, https://github.com/gkanogiannis/BioInfoJava-Utils |
| Bug Reports | https://github.com/gkanogiannis/fastreeR/issues |
| System Requirements | Java (>= 11) |
| Downloads rank | 222 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, 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)