-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
67 lines (66 loc) · 2.08 KB
/
NAMESPACE
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
S3method(write_shiny_app,Seurat)
S3method(write_shiny_app,default)
export(add_metadata)
export(assess_clustering_stability)
export(assess_feature_stability)
export(assess_nn_stability)
export(automatic_stability_assessment)
export(calculate_markers)
export(calculate_markers_shiny)
export(choose_stable_clusters)
export(consensus_cluster)
export(create_monocle_default)
export(create_monocle_from_clustassess)
export(create_monocle_from_clustassess_app)
export(create_seurat_object_default)
export(create_seurat_object_from_clustassess_app)
export(element_agreement)
export(element_consistency)
export(element_sim)
export(element_sim_elscore)
export(element_sim_matrix)
export(getNNmatrix)
export(get_clusters_from_clustassess_object)
export(get_highest_prune_param)
export(get_highest_prune_param_embedding)
export(get_nn_conn_comps)
export(marker_overlap)
export(merge_partitions)
export(pac_convergence)
export(pac_landscape)
export(plot_clustering_overall_stability)
export(plot_clustering_per_value_stability)
export(plot_connected_comps_evolution)
export(plot_feature_overall_stability_boxplot)
export(plot_feature_overall_stability_incremental)
export(plot_feature_per_resolution_stability_boxplot)
export(plot_feature_per_resolution_stability_incremental)
export(plot_feature_stability_ecs_facet)
export(plot_feature_stability_mb_facet)
export(plot_k_n_partitions)
export(plot_k_resolution_corresp)
export(plot_n_neigh_ecs)
export(plot_n_neigh_k_correspondence)
export(server_comparisons)
export(server_dimensionality_reduction)
export(server_graph_clustering)
export(server_graph_construction)
export(server_landing_page)
export(server_sandbox)
export(ui_comparisons)
export(ui_dimensionality_reduction)
export(ui_graph_clustering)
export(ui_graph_construction)
export(ui_landing_page)
export(ui_sandbox)
export(weighted_element_consistency)
export(write_objects)
export(write_shiny_app)
importClassesFrom(Matrix,Matrix)
importFrom(dplyr,"%>%")
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(methods,new)
importFrom(rlang,.data)
useDynLib(ClustAssess)