-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.21 KB
/
Copy pathDESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.21 KB
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
Package: visxhclust
Type: Package
Title: A Shiny App for Visual Exploration of Hierarchical Clustering
Version: 1.1.0.9000
Authors@R: c(person("Rafael", "Henkin",
email = "r.henkin@qmul.ac.uk",
role = c("aut", "cre")))
Maintainer: Rafael Henkin <r.henkin@qmul.ac.uk>
Description: A Shiny application and functions for visual exploration of hierarchical clustering with numeric datasets. Allows users to iterative set hyperparameters, select features and evaluate results through various plots and computation of evaluation criteria.
License: GPL-3
URL: https://github.com/rhenkin/visxhclust, https://rhenkin.github.io/visxhclust/
BugReports: https://github.com/rhenkin/visxhclust/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
biocViews:
Imports:
shiny,
shinyhelper,
shinycssloaders,
bsplus,
DT,
ggplot2,
dplyr,
readr,
tidyr,
cluster,
fastcluster,
clValid,
dunn.test,
RColorBrewer,
dendextend,
ComplexHeatmap,
circlize,
patchwork,
knitr,
kableExtra
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 3.0.0),
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3