Skip to content

Commit 35a2fe7

Browse files
committed
[docs] Bump up the version and update the NEWS.md
1 parent 0a3822c commit 35a2fe7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ClustAssess
22
Type: Package
33
Title: Tools for Assessing Clustering
4-
Version: 1.0.5
4+
Version: 1.1.0
55
Authors@R: c(person("Andi", "Munteanu",
66
email="am3019@cam.ac.uk", role=c("aut", "cre")), person("Arash", "Shahsavari", email="arash8579@hotmail.com",
77
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",

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Add option to combine (split) metadata and dynamically create a new metadata column in the Shiny context.
88
- Add option to calculate the percentage of cells expressing gene above a threshold in the summary table from the Shiny Violin section.
99
- Add hierarchical plot that shows the relationship between partitions with different number of clusters.
10+
- Add the option to create the ClustAssess app without the need to run the stability assessment (the light version). If the clustassess parameter is NULL, the app will contain only the 'Comparison' tab. In this case, the user should provide the UMAP coordinates in the metadata dataframe.
1011

1112
### Fixes
1213
- Fix the case in `write_object` when the gene variance filtering leaves the chunk with one or zero genes.

0 commit comments

Comments
 (0)