Skip to content

Commit 28b0da8

Browse files
committed
[docs] Add Rd files for the new functions.
1 parent 7f53d77 commit 28b0da8

224 files changed

Lines changed: 92061 additions & 91657 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: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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/
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/

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

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.

NAMESPACE

Lines changed: 68 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,68 @@
1-
# Generated by roxygen2: do not edit by hand
2-
3-
S3method(write_shiny_app,Seurat)
4-
S3method(write_shiny_app,default)
5-
export(add_metadata)
6-
export(assess_clustering_stability)
7-
export(assess_feature_stability)
8-
export(assess_nn_stability)
9-
export(automatic_stability_assessment)
10-
export(calculate_markers)
11-
export(calculate_markers_shiny)
12-
export(choose_stable_clusters)
13-
export(consensus_cluster)
14-
export(create_monocle_default)
15-
export(create_monocle_from_clustassess)
16-
export(create_monocle_from_clustassess_app)
17-
export(create_seurat_object_default)
18-
export(create_seurat_object_from_clustassess_app)
19-
export(element_agreement)
20-
export(element_consistency)
21-
export(element_sim)
22-
export(element_sim_elscore)
23-
export(element_sim_matrix)
24-
export(getNNmatrix)
25-
export(get_clusters_from_clustassess_object)
26-
export(get_highest_prune_param)
27-
export(get_highest_prune_param_embedding)
28-
export(get_nn_conn_comps)
29-
export(marker_overlap)
30-
export(merge_partitions)
31-
export(pac_convergence)
32-
export(pac_landscape)
33-
export(plot_clustering_overall_stability)
34-
export(plot_clustering_per_value_stability)
35-
export(plot_connected_comps_evolution)
36-
export(plot_feature_overall_stability_boxplot)
37-
export(plot_feature_overall_stability_incremental)
38-
export(plot_feature_per_resolution_stability_boxplot)
39-
export(plot_feature_per_resolution_stability_incremental)
40-
export(plot_feature_stability_ecs_facet)
41-
export(plot_feature_stability_mb_facet)
42-
export(plot_k_n_partitions)
43-
export(plot_k_resolution_corresp)
44-
export(plot_n_neigh_ecs)
45-
export(plot_n_neigh_k_correspondence)
46-
export(server_comparisons)
47-
export(server_dimensionality_reduction)
48-
export(server_graph_clustering)
49-
export(server_graph_construction)
50-
export(server_landing_page)
51-
export(server_sandbox)
52-
export(ui_comparisons)
53-
export(ui_dimensionality_reduction)
54-
export(ui_graph_clustering)
55-
export(ui_graph_construction)
56-
export(ui_landing_page)
57-
export(ui_sandbox)
58-
export(weighted_element_consistency)
59-
export(write_objects)
60-
export(write_shiny_app)
61-
importClassesFrom(Matrix,Matrix)
62-
importFrom(dplyr,"%>%")
63-
importFrom(foreach,"%do%")
64-
importFrom(foreach,"%dopar%")
65-
importFrom(methods,new)
66-
importFrom(rlang,.data)
67-
useDynLib(ClustAssess)
1+
# Generated by roxygen2: do not edit by hand
2+
3+
S3method(write_shiny_app,Seurat)
4+
S3method(write_shiny_app,default)
5+
export(add_metadata)
6+
export(assess_clustering_stability)
7+
export(assess_feature_stability)
8+
export(assess_nn_stability)
9+
export(automatic_stability_assessment)
10+
export(calculate_markers)
11+
export(calculate_markers_shiny)
12+
export(choose_stable_clusters)
13+
export(consensus_cluster)
14+
export(create_monocle_default)
15+
export(create_monocle_from_clustassess)
16+
export(create_monocle_from_clustassess_app)
17+
export(create_seurat_object_default)
18+
export(create_seurat_object_from_clustassess_app)
19+
export(element_agreement)
20+
export(element_consistency)
21+
export(element_sim)
22+
export(element_sim_elscore)
23+
export(element_sim_matrix)
24+
export(getNNmatrix)
25+
export(get_clusters_from_clustassess_object)
26+
export(get_highest_prune_param)
27+
export(get_highest_prune_param_embedding)
28+
export(get_nn_conn_comps)
29+
export(marker_overlap)
30+
export(merge_partitions)
31+
export(pac_convergence)
32+
export(pac_landscape)
33+
export(plot_clust_hierarchical)
34+
export(plot_clustering_overall_stability)
35+
export(plot_clustering_per_value_stability)
36+
export(plot_connected_comps_evolution)
37+
export(plot_feature_overall_stability_boxplot)
38+
export(plot_feature_overall_stability_incremental)
39+
export(plot_feature_per_resolution_stability_boxplot)
40+
export(plot_feature_per_resolution_stability_incremental)
41+
export(plot_feature_stability_ecs_facet)
42+
export(plot_feature_stability_mb_facet)
43+
export(plot_k_n_partitions)
44+
export(plot_k_resolution_corresp)
45+
export(plot_n_neigh_ecs)
46+
export(plot_n_neigh_k_correspondence)
47+
export(server_comparisons)
48+
export(server_dimensionality_reduction)
49+
export(server_graph_clustering)
50+
export(server_graph_construction)
51+
export(server_landing_page)
52+
export(server_sandbox)
53+
export(ui_comparisons)
54+
export(ui_dimensionality_reduction)
55+
export(ui_graph_clustering)
56+
export(ui_graph_construction)
57+
export(ui_landing_page)
58+
export(ui_sandbox)
59+
export(weighted_element_consistency)
60+
export(write_objects)
61+
export(write_shiny_app)
62+
importClassesFrom(Matrix,Matrix)
63+
importFrom(dplyr,"%>%")
64+
importFrom(foreach,"%do%")
65+
importFrom(foreach,"%dopar%")
66+
importFrom(methods,new)
67+
importFrom(rlang,.data)
68+
useDynLib(ClustAssess)

0 commit comments

Comments
 (0)