-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
87 lines (86 loc) · 2.44 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
# Generated by roxygen2: do not edit by hand
export(annotation)
export(annotation_2_json)
export(annotation_combinations)
export(annotation_gene_table)
export(assign_colors)
export(assign_communities)
export(binomial_basic)
export(binomial_feature_enrichment)
export(binomial_result)
export(cc_graph)
export(combine_annotation_features)
export(combine_annotations)
export(combine_enrichments)
export(combine_text)
export(combined_coefficient)
export(combined_enrichment)
export(combined_significant_calls)
export(combined_statistics)
export(csv_annotation_table)
export(enriched_result)
export(enriched_to_fgsea)
export(executable_path)
export(extract_enrich_stats)
export(extract_statistics)
export(filter_annotation_graph)
export(generate_annotation_graph)
export(generate_annotation_similarity_graph)
export(generate_colors)
export(generate_legend)
export(generate_link)
export(generate_piecharts)
export(generate_table)
export(get_db_annotation)
export(get_significant_annotations)
export(get_significant_annotations_calls)
export(gocats_to_annotation)
export(graph_to_visnetwork)
export(gsea_feature_enrichment)
export(hypergeometric_basic)
export(hypergeometric_feature_enrichment)
export(install_executables)
export(jaccard_coefficient)
export(json_2_annotation)
export(json_annotation_reversal)
export(kable_annotation_table)
export(label_communities)
export(multi_query_list)
export(node_assign)
export(overlap_coefficient)
export(remove_edges)
export(significant_annotations)
export(statistical_results)
export(table_from_graph)
export(vis_in_cytoscape)
export(vis_visnetwork)
exportClasses(binomial_features)
exportClasses(binomial_result)
exportClasses(combined_enrichment)
exportClasses(gsea_features)
exportClasses(hypergeom_features)
exportClasses(node_assign)
exportClasses(statistical_results)
exportMethods(annotation_combinations)
exportMethods(combine_annotations)
exportMethods(combine_enrichments)
exportMethods(extract_statistics)
exportMethods(generate_annotation_graph)
exportMethods(generate_table)
exportMethods(get_significant_annotations)
exportMethods(remove_edges)
exportMethods(show)
import(methods)
importFrom(base64enc,dataURI)
importFrom(colorspace,desaturate)
importFrom(colorspace,rainbow_hcl)
importFrom(grDevices,dev.off)
importFrom(graph,graphNEL)
importFrom(graphics,par)
importFrom(graphics,pie)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(rlang,.data)
importFrom(stats,p.adjust)
importFrom(stats,phyper)
importFrom(utils,write.table)