-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 906 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(as_igraph)
export(get_external_names)
export(plot_graph)
export(plot_pathway)
export(prune)
export(query_participating_genes)
export(query_reactome_pathways)
export(start_shiny_app)
import(DT)
import(tidyverse)
importFrom(cowplot,plot_grid)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggraph,geom_edge_link)
importFrom(ggraph,geom_node_label)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,ggraph)
importFrom(glue,glue)
importFrom(igraph,graph)
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(rlang,.data)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(tidyr,pivot_longer)