-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
31 lines (31 loc) · 1003 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: rhierbaps
Type: Package
Title: Clustering Genetic Sequence Data Using the HierBAPS Algorithm
Version: 1.1.3
Authors@R: person("Gerry", "Tonkin-Hill", email = "[email protected]", role = c("cre", "aut"))
Description: Implements the hierarchical Bayesian analysis of populations structure (hierBAPS)
algorithm of Cheng et al. (2013) <doi:10.1093/molbev/mst028> for clustering DNA sequences
from multiple sequence alignments in FASTA format.
The implementation includes improved defaults and plotting capabilities
and unlike the original 'MATLAB' version removes singleton SNPs by default.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
ape,
purrr,
utils,
ggplot2,
matrixStats,
patchwork
RoxygenNote: 7.1.0
Suggests: knitr,
rmarkdown,
markdown,
ggtree,
phytools,
testthat,
formatR
VignetteBuilder: knitr
URL: https://github.com/gtonkinhill/rhierbaps
BugReports: https://github.com/gtonkinhill/rhierbaps/issues