-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
128 lines (127 loc) · 3.55 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
S3method(as.dendrogram,CARP)
S3method(as.dendrogram,CBASS)
S3method(as.hclust,CARP)
S3method(get_cluster_centroids,CARP)
S3method(get_cluster_centroids,CBASS)
S3method(get_cluster_labels,CARP)
S3method(get_cluster_labels,CBASS)
S3method(get_clustered_data,CARP)
S3method(get_clustered_data,CBASS)
S3method(plot,CARP)
S3method(plot,CBASS)
S3method(print,CARP)
S3method(print,CBASS)
S3method(print,ClusteringWeights)
S3method(print,ConvexBiClustering)
S3method(print,ConvexClustering)
S3method(print,RBFWeights)
export(CARP)
export(CBASS)
export(clustRviz_logger_level)
export(clustRviz_options)
export(clustRviz_reset_options)
export(convex_biclustering)
export(convex_clustering)
export(dense_rbf_kernel_weights)
export(get_cluster_centroids)
export(get_cluster_labels)
export(get_clustered_data)
export(sparse_rbf_kernel_weights)
importFrom(Matrix,nnzero)
importFrom(RColorBrewer,brewer.pal)
importFrom(dendextend,as.ggdend)
importFrom(dendextend,color_branches)
importFrom(dendextend,get_nodes_xy)
importFrom(dendextend,set)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(gganimate,transition_manual)
importFrom(gganimate,transition_time)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grid,childNames)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,forceGrob)
importFrom(grid,grid.force)
importFrom(grid,grid.get)
importFrom(heatmaply,heatmaply)
importFrom(heatmaply,heatmapr)
importFrom(missForest,missForest)
importFrom(plotly,add_heatmap)
importFrom(plotly,add_markers)
importFrom(plotly,add_paths)
importFrom(plotly,add_segments)
importFrom(plotly,add_text)
importFrom(plotly,animation_slider)
importFrom(plotly,hide_legend)
importFrom(plotly,highlight)
importFrom(plotly,plot_ly)
importFrom(plotly,style)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(stats,as.dendrogram)
importFrom(stats,as.hclust)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,is.leaf)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(utils,data)
importFrom(utils,modifyList)
importFrom(zoo,na.locf)
importMethodsFrom(Matrix,t)
useDynLib(clustRviz)