forked from daisybio/keypathwayminer-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 861 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
# Generated by roxygen2: do not edit by hand
export(compute_z_scores)
export(export_matrix)
export(get_networks)
export(get_results)
export(get_started)
export(igraph_to_sif)
export(is_finished)
export(kpm)
export(kpm_options)
export(pathway_comparison_plots)
export(pathway_statistics)
export(quest_progress_url)
export(reset_options)
export(test_jvm)
export(to_indicator_matrix)
export(visualize_result)
exportMethods(export_edges)
exportMethods(export_nodes)
exportMethods(export_to_iGraph)
exportMethods(get_configuration)
exportMethods(get_configurations)
exportMethods(get_pathway)
exportMethods(get_pathways)
import(ggplot2)
import(igraph)
import(shiny)
import(visNetwork)
importFrom(foreach,"%do%")
importFrom(gtools,mixedsort)
importFrom(igraph,graph_from_data_frame)
importFrom(magrittr,"%>%")
importFrom(tibble,add_column)
importFrom(tibble,tibble)