Skip to content

Commit 7f53d77

Browse files
committed
[docs] Update NEWS and version
1 parent efee2e7 commit 7f53d77

2 files changed

Lines changed: 115 additions & 111 deletions

File tree

DESCRIPTION

Lines changed: 101 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
1-
Package: ClustAssess
2-
Type: Package
3-
Title: Tools for Assessing Clustering
4-
Version: 1.0.4
5-
Authors@R: c(person("Andi", "Munteanu",
6-
email="am3019@cam.ac.uk", role=c("aut", "cre")), person("Arash", "Shahsavari", email="arash8579@hotmail.com",
7-
role = c("aut")), person("Rafael", "Kollyfas", role=c("ctb"), email="rk720@cam.ac.uk"), person("Miguel", "Larraz Lopez de Novales", role=c("aut"), email ="ml2088@cam.ac.uk"), person("Liviu", "Ciortuz", role=c("ctb"), email="liviu_ciortuz@yahoo.co.uk"), person("Irina", "Mohorianu",
8-
email="iim22@cam.ac.uk", role=c("aut")))
9-
Description: A set of tools for evaluating clustering robustness using
10-
proportion of ambiguously clustered pairs (Senbabaoglu et al. (2014)
11-
<doi:10.1038/srep06207>), as well as similarity across methods
12-
and method stability using element-centric clustering comparison (Gates et
13-
al. (2019) <doi:10.1038/s41598-019-44892-y>). Additionally, this package
14-
enables stability-based parameter assessment for graph-based clustering
15-
pipelines typical in single-cell data analysis.
16-
License: MIT + file LICENSE
17-
Encoding: UTF-8
18-
Additional_repositories: https://blaserlab.r-universe.dev
19-
biocViews:
20-
Software,
21-
SingleCell,
22-
RNASeq,
23-
ATACSeq,
24-
Normalization,
25-
Preprocessing,
26-
DimensionReduction,
27-
Visualization,
28-
QualityControl,
29-
Clustering,
30-
Classification,
31-
Annotation,
32-
GeneExpression,
33-
DifferentialExpression
34-
Depends:
35-
R (>= 4.0.0),
36-
methods,
37-
stats
38-
Imports:
39-
dplyr,
40-
DT,
41-
fastcluster,
42-
foreach,
43-
glue,
44-
Gmedian,
45-
ggnewscale,
46-
ggplot2,
47-
ggrastr,
48-
ggrepel,
49-
ggtext,
50-
gprofiler2,
51-
igraph,
52-
jsonlite,
53-
leiden,
54-
Matrix (>= 1.5.0),
55-
matrixStats,
56-
progress,
57-
stringr,
58-
paletteer,
59-
plotly,
60-
qualpalr,
61-
RANN,
62-
reshape2,
63-
rlang,
64-
Seurat,
65-
shiny,
66-
shinyjs,
67-
shinyLP,
68-
shinyWidgets,
69-
utils,
70-
uwot,
71-
vioplot
72-
RoxygenNote: 7.3.2
73-
Roxygen: list(markdown = TRUE)
74-
LinkingTo:
75-
Rcpp,
76-
RcppEigen
77-
Suggests:
78-
BiocManager,
79-
colourpicker,
80-
ComplexHeatmap,
81-
data.table,
82-
DelayedMatrixStats,
83-
devtools,
84-
doParallel,
85-
knitr,
86-
leidenbase,
87-
monocle3,
88-
patchwork,
89-
ragg,
90-
reticulate,
91-
rhdf5,
92-
RhpcBLASctl,
93-
rmarkdown,
94-
scales,
95-
SeuratObject,
96-
SharedObject,
97-
styler,
98-
testthat (>= 3.0.0)
99-
URL: https://github.com/Core-Bioinformatics/ClustAssess, https://core-bioinformatics.github.io/ClustAssess/
100-
BugReports: https://github.com/Core-Bioinformatics/ClustAssess/issues
101-
Config/testthat/edition: 3
1+
Package: ClustAssess
2+
Type: Package
3+
Title: Tools for Assessing Clustering
4+
Version: 1.0.5
5+
Authors@R: c(person("Andi", "Munteanu",
6+
email="am3019@cam.ac.uk", role=c("aut", "cre")), person("Arash", "Shahsavari", email="arash8579@hotmail.com",
7+
role = c("aut")), person("Rafael", "Kollyfas", role=c("ctb"), email="rk720@cam.ac.uk"), person("Miguel", "Larraz Lopez de Novales", role=c("aut"), email ="ml2088@cam.ac.uk"), person("Liviu", "Ciortuz", role=c("ctb"), email="liviu_ciortuz@yahoo.co.uk"), person("Irina", "Mohorianu",
8+
email="iim22@cam.ac.uk", role=c("aut")))
9+
Description: A set of tools for evaluating clustering robustness using
10+
proportion of ambiguously clustered pairs (Senbabaoglu et al. (2014)
11+
<doi:10.1038/srep06207>), as well as similarity across methods
12+
and method stability using element-centric clustering comparison (Gates et
13+
al. (2019) <doi:10.1038/s41598-019-44892-y>). Additionally, this package
14+
enables stability-based parameter assessment for graph-based clustering
15+
pipelines typical in single-cell data analysis.
16+
License: MIT + file LICENSE
17+
Encoding: UTF-8
18+
Additional_repositories: https://blaserlab.r-universe.dev
19+
biocViews:
20+
Software,
21+
SingleCell,
22+
RNASeq,
23+
ATACSeq,
24+
Normalization,
25+
Preprocessing,
26+
DimensionReduction,
27+
Visualization,
28+
QualityControl,
29+
Clustering,
30+
Classification,
31+
Annotation,
32+
GeneExpression,
33+
DifferentialExpression
34+
Depends:
35+
R (>= 4.0.0),
36+
methods,
37+
stats
38+
Imports:
39+
dplyr,
40+
DT,
41+
fastcluster,
42+
foreach,
43+
glue,
44+
Gmedian,
45+
ggnewscale,
46+
ggplot2,
47+
ggrastr,
48+
ggrepel,
49+
ggtext,
50+
gprofiler2,
51+
igraph,
52+
jsonlite,
53+
leiden,
54+
Matrix (>= 1.5.0),
55+
matrixStats,
56+
progress,
57+
stringr,
58+
paletteer,
59+
plotly,
60+
qualpalr,
61+
RANN,
62+
reshape2,
63+
rlang,
64+
Seurat,
65+
shiny,
66+
shinyjs,
67+
shinyLP,
68+
shinyWidgets,
69+
utils,
70+
uwot,
71+
vioplot
72+
RoxygenNote: 7.3.2
73+
Roxygen: list(markdown = TRUE)
74+
LinkingTo:
75+
Rcpp,
76+
RcppEigen
77+
Suggests:
78+
BiocManager,
79+
colourpicker,
80+
ComplexHeatmap,
81+
data.table,
82+
DelayedMatrixStats,
83+
devtools,
84+
doParallel,
85+
knitr,
86+
leidenbase,
87+
monocle3,
88+
patchwork,
89+
ragg,
90+
reticulate,
91+
rhdf5,
92+
RhpcBLASctl,
93+
rmarkdown,
94+
scales,
95+
SeuratObject,
96+
SharedObject,
97+
styler,
98+
testthat (>= 3.0.0)
99+
URL: https://github.com/Core-Bioinformatics/ClustAssess, https://core-bioinformatics.github.io/ClustAssess/
100+
BugReports: https://github.com/Core-Bioinformatics/ClustAssess/issues
101+
Config/testthat/edition: 3

NEWS.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# Unreleased
2-
3-
### Updates
4-
- Add barplot with Cell count or percentage of metadata in the Shiny context.
5-
- Add option to combine (split) metadata and dynamically create a new metadata column in the Shiny context.
6-
- Add option to calculate the percentage of cells expressing gene above a threshold in the summary table from the Shiny Violin section.
7-
8-
### Fixes
9-
- Fix the case in `write_object` when the gene variance filtering leaves the chunk with one or zero genes.
10-
- Stop allowing the user to calculate the ECC or perform the merging to a list with less than two partitions by raising an exception.
1+
## version 1.1.0
2+
3+
---
4+
5+
### Updates
6+
- Add barplot with Cell count or percentage of metadata in the Shiny context.
7+
- Add option to combine (split) metadata and dynamically create a new metadata column in the Shiny context.
8+
- Add option to calculate the percentage of cells expressing gene above a threshold in the summary table from the Shiny Violin section.
9+
- Add hierarchical plot that shows the relationship between partitions with different number of clusters.
10+
11+
### Fixes
12+
- Fix the case in `write_object` when the gene variance filtering leaves the chunk with one or zero genes.
13+
- Stop allowing the user to calculate the ECC or perform the merging to a list with less than two partitions by raising an exception.
14+
- Sort the k values numerically in the `merge_resolutions` function.

0 commit comments

Comments
 (0)