-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.59 KB
/
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
32
33
34
35
Package: clustur
Type: Package
Title: Clustering
Version: 0.1.2
Date: 2024-11-25
Authors@R: c(
person("Gregory", "Johnson", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0009-0008-3890-0297")),
person("Sarah", "Westcott", , "[email protected]", role = c("aut")),
person("Patrick", "Schloss", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6935-4275"))
)
Maintainer: Patrick Schloss <[email protected]>
Description: A tool that implements the clustering algorithms from 'mothur' (Schloss PD et al. (2009) <doi:10.1128/AEM.01541-09>). 'clustur' make use of the cluster() and make.shared() command from 'mothur'. Our cluster() function has five different algorithms implemented: 'OptiClust', 'furthest', 'nearest', 'average', and 'weighted'. 'OptiClust' is an optimized clustering method for Operational Taxonomic Units, and you can learn more here, (Westcott SL, Schloss PD (2017) <doi:10.1128/mspheredirect.00073-17>). The make.shared() command is always applied at the end of the clustering command. This functionality allows us to generate and create clustering and abundance data efficiently.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
Matrix,
methods,
Rcpp (>= 1.0.12),
utils
Depends:
R (>= 3.5.0)
LinkingTo: Rcpp,
testthat
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
xml2
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr
URL: http://www.schlosslab.org/clustur/, https://github.com/SchlossLab/clustur
BugReports: https://github.com/SchlossLab/clustur/issues