-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
68 lines (67 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
S3method(heightDetails,word_cloud)
S3method(widthDetails,word_cloud)
export(GO_similarity)
export(all_clustering_methods)
export(anno_word_cloud)
export(anno_word_cloud_from_GO)
export(binary_cut)
export(cluster_by_MCL)
export(cluster_by_apcluster)
export(cluster_by_dynamicTreeCut)
export(cluster_by_fast_greedy)
export(cluster_by_hdbscan)
export(cluster_by_kmeans)
export(cluster_by_leading_eigen)
export(cluster_by_louvain)
export(cluster_by_mclust)
export(cluster_by_pam)
export(cluster_by_walktrap)
export(cluster_terms)
export(cmp_make_clusters)
export(cmp_make_plot)
export(compare_clustering_methods)
export(count_words)
export(dend_node_apply)
export(difference_score)
export(export_to_shiny_app)
export(guess_ont)
export(ht_clusters)
export(keyword_enrichment_from_GO)
export(partition_by_hclust)
export(partition_by_kmeans)
export(partition_by_kmeanspp)
export(partition_by_pam)
export(plot_binary_cut)
export(random_GO)
export(register_clustering_methods)
export(remove_clustering_methods)
export(reset_clustering_methods)
export(scale_fontsize)
export(se_opt)
export(select_cutoff)
export(simplifyEnrichment)
export(simplifyGO)
export(simplifyGOFromMultipleLists)
export(summarizeGO)
export(word_cloud_grob)
import(AnnotationDbi)
import(ComplexHeatmap)
import(GO.db)
import(GetoptLong)
import(GlobalOptions)
import(clue)
import(colorspace)
import(grDevices)
import(grid)
import(methods)
import(simona)
import(slam)
import(stats)
import(tm)
importFrom(circlize,colorRamp2)
importFrom(cluster,pam)
importFrom(digest,digest)
importFrom(utils,flush.console)
importFrom(utils,install.packages)
importFrom(utils,packageDescription)