-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
95 lines (95 loc) · 1.96 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Package: bluster
Version: 1.15.1
Date: 2024-09-05
Title: Clustering Algorithms for Bioconductor
Description:
Wraps common clustering algorithms in an easily extended S4 framework.
Backends are implemented for hierarchical, k-means and graph-based clustering.
Several utilities are also provided to compare and evaluate clustering results.
Authors@R:
c(
person("Aaron", "Lun", role = c("aut", "cre"), email = "[email protected]"),
person("Stephanie", "Hicks", role="ctb"),
person("Basil", "Courbayre", role="ctb"),
person("Tuomas", "Borman", role="ctb"),
person("Leo", "Lahti", role="ctb")
)
Imports:
stats,
methods,
utils,
cluster,
Matrix,
Rcpp,
igraph,
S4Vectors,
BiocParallel,
BiocNeighbors
Suggests:
knitr,
rmarkdown,
testthat,
BiocStyle,
dynamicTreeCut,
scRNAseq,
scuttle,
scater,
scran,
pheatmap,
viridis,
mbkmeans,
kohonen,
apcluster,
DirichletMultinomial,
vegan,
fastcluster
biocViews:
ImmunoOncology,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
Clustering
LinkingTo:
Rcpp,
assorthead
Collate:
AllClasses.R
AllGenerics.R
AgnesParam.R
approxSilhouette.R
bluster-package.R
DbscanParam.R
DianaParam.R
AffinityParam.R
BlusterParam.R
bootstrapStability.R
ClaraParam.R
clusterRMSD.R
clusterSweep.R
compareClusterings.R
DmmParam.R
FixedNumberParam.R
HclustParam.R
HierarchicalParam.R
KmeansParam.R
linkClusters.R
makeSNNGraph.R
MbkmeansParam.R
mergeCommunities.R
neighborPurity.R
nestedClusters.R
NNGraphParam.R
pairwiseModularity.R
pairwiseRand.R
PamParam.R
RcppExports.R
SomParam.R
TwoStepParam.R
utils.R
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++17
RoxygenNote: 7.3.2
Encoding: UTF-8