Skip to content

Commit e73bb78

Browse files
authored
Merge pull request #8 from Core-Bioinformatics/release-1.1.0
Release 1.1.0
2 parents 5523aad + 3daf137 commit e73bb78

227 files changed

Lines changed: 96268 additions & 95356 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.Rbuildignore

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
^.*\.Rproj$
2-
^\.Rproj\.user$
3-
^\.Rhistory$
4-
^docs$
5-
^LICENSE\.md$
6-
^doc$
7-
^Meta$
8-
^.github
9-
^.git
10-
^man/figures$
11-
_pkgdown\.yml
12-
vignettes
13-
cran-comments\.md
1+
^.*\.Rproj$
2+
^\.Rproj\.user$
3+
^\.Rhistory$
4+
^docs$
5+
^LICENSE\.md$
6+
^doc$
7+
^Meta$
8+
^.github
9+
^.git
10+
^man/figures$
11+
_pkgdown\.yml
12+
vignettes
13+
cran-comments\.md

.gitignore

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
.Rproj.user
2-
.Rhistory
3-
.RData
4-
.Ruserdata
5-
src/*.o
6-
src/*.so
7-
src/*.dll
8-
/doc/
9-
/Meta/
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
src/*.o
6+
src/*.so
7+
src/*.dll
8+
/doc/
9+
/Meta/
10+
*tar.gz
11+
*Rcheck/
12+
test.R

ClustAssess.Rproj

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Version: 1.0
2-
3-
RestoreWorkspace: Default
4-
SaveWorkspace: Default
5-
AlwaysSaveHistory: Default
6-
7-
EnableCodeIndexing: Yes
8-
UseSpacesForTab: Yes
9-
NumSpacesForTab: 2
10-
Encoding: UTF-8
11-
12-
RnwWeave: Sweave
13-
LaTeX: pdfLaTeX
14-
15-
AutoAppendNewline: Yes
16-
StripTrailingWhitespace: Yes
17-
18-
BuildType: Package
19-
PackageUseDevtools: Yes
20-
PackageInstallArgs: --no-multiarch --with-keep.source
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes
17+
18+
BuildType: Package
19+
PackageUseDevtools: Yes
20+
PackageInstallArgs: --no-multiarch --with-keep.source

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.0
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-
biocViews:
19-
Software,
20-
SingleCell,
21-
RNASeq,
22-
ATACSeq,
23-
Normalization,
24-
Preprocessing,
25-
DimensionReduction,
26-
Visualization,
27-
QualityControl,
28-
Clustering,
29-
Classification,
30-
Annotation,
31-
GeneExpression,
32-
DifferentialExpression
33-
Depends:
34-
R (>= 4.0.0),
35-
methods,
36-
stats
37-
Imports:
38-
dplyr,
39-
DT,
40-
fastcluster,
41-
foreach,
42-
glue,
43-
Gmedian,
44-
ggnewscale,
45-
ggplot2,
46-
ggrastr,
47-
ggrepel,
48-
ggtext,
49-
gprofiler2,
50-
igraph,
51-
jsonlite,
52-
leiden,
53-
Matrix (>= 1.5.0),
54-
matrixStats,
55-
progress,
56-
stringr,
57-
paletteer,
58-
plotly,
59-
qualpalr,
60-
RANN,
61-
reshape2,
62-
rlang,
63-
Seurat,
64-
shiny,
65-
shinyjs,
66-
shinyLP,
67-
shinyWidgets,
68-
utils,
69-
uwot,
70-
vioplot
71-
RoxygenNote: 7.3.2
72-
Roxygen: list(markdown = TRUE)
73-
LinkingTo:
74-
Rcpp,
75-
RcppEigen
76-
Suggests:
77-
BiocManager,
78-
colourpicker,
79-
ComplexHeatmap,
80-
data.table,
81-
DelayedMatrixStats,
82-
devtools,
83-
doParallel,
84-
knitr,
85-
leidenbase,
86-
monocle3,
87-
patchwork,
88-
ragg,
89-
reticulate,
90-
rhdf5,
91-
RhpcBLASctl,
92-
rmarkdown,
93-
scales,
94-
SeuratObject,
95-
SharedObject,
96-
styler,
97-
testthat (>= 3.0.0)
98-
URL: https://github.com/Core-Bioinformatics/ClustAssess, https://core-bioinformatics.github.io/ClustAssess/
99-
BugReports: https://github.com/Core-Bioinformatics/ClustAssess/issues
100-
VignetteBuilder: knitr
101-
Config/testthat/edition: 3
1+
Package: ClustAssess
2+
Type: Package
3+
Title: Tools for Assessing Clustering
4+
Version: 1.1.0
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

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
YEAR: 2020
2-
COPYRIGHT HOLDER: Arash Shahsavari
1+
YEAR: 2020
2+
COPYRIGHT HOLDER: Arash Shahsavari

LICENSE.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
# MIT License
2-
3-
Copyright (c) 2020 Arash Shahsavari
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
# MIT License
2+
3+
Copyright (c) 2020 Arash Shahsavari
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)