-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
36 lines (35 loc) · 967 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(annotate_clusters)
export(cluster_boxplots)
export(cluster_colors)
export(cluster_heatmaps)
export(compute_clusters)
export(compute_dmat)
export(compute_gapstat)
export(compute_metric)
export(correlation_heatmap)
export(create_annotations)
export(cut_clusters)
export(dmat_projection)
export(facet_boxplot)
export(line_plot)
export(optimal_score)
export(plot_annotation_dist)
export(run_app)
import(ggplot2)
import(shiny)
importFrom(ComplexHeatmap,"%v%")
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(RColorBrewer,brewer.pal)
importFrom(bsplus,bs_accordion)
importFrom(bsplus,bs_append)
importFrom(bsplus,bs_set_opts)
importFrom(circlize,colorRamp2)
importFrom(dplyr,"%>%")
importFrom(shinycssloaders,withSpinner)
importFrom(shinyhelper,helper)
importFrom(shinyhelper,observe_helpers)
importFrom(stats,cmdscale)
importFrom(stats,reorder)