-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.39 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
Package: MRCO
Type: Package
Title: Multi Reolution Cluster Optimization
Version: 0.1.0
Authors@R: person("Peter", "Wolf", email = "[email protected]", role = c("cre", "aut"))
Description: Creates tree like graph from multiple input clustering resolutions by stacking them. Clusters can be plotted as piecharts with proportions of sample level metadata. Automatic mode detects 'most stable' cluster compositions across resolution change and returns stable clusters. It is possible to manually select any combination of the plotted clusters. Multiple clusters selecting the same sample will be merged according to an argument. Finally, each sample will either be in an selected stable cluster or discarded and collected in the 'debris' cluster.
biocViews: Clustering, SingleCell, QualityControl
License: GPL-3 + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
plotly,
Seurat,
BiocManager,
SimBenchData,
devtools,
SingleCellExperiment,
ExperimentHub,
AnnotationHub
VignetteBuilder: knitr
Imports:
methods,
utils,
stats,
dplyr,
tibble,
rlang,
ggplot2,
ggraph,
tidygraph,
stringr,
tidyr,
ggnewscale,
magrittr
Config/testthat/edition: 3
Depends:
R (>= 4.3.0)
LazyData: false
URL: https://github.com/peterwolf4/MRCO
BugReports: https://github.com/peterwolf4/MRCO/issues