-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
88 lines (87 loc) · 2.21 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
# Generated by roxygen2: do not edit by hand
S3method(cypher_query,neo4j_engine)
S3method(cypher_query_df,neo4j_engine)
S3method(cytoscape,tbl_kgx)
S3method(edges,tbl_kgx)
S3method(example_graph,file_engine)
S3method(example_graph,neo4j_engine)
S3method(expand,tbl_kgx)
S3method(explode,tbl_kgx)
S3method(fetch_nodes,file_engine)
S3method(fetch_nodes,neo4j_engine)
S3method(get_engine,tbl_kgx)
S3method(kg_join,tbl_kgx)
S3method(knit_print,tbl_kgx)
S3method(nodes,tbl_kgx)
S3method(plot,tbl_kgx)
S3method(summarize_neighborhood,tbl_kgx)
S3method(summary,file_engine)
S3method(summary,neo4j_engine)
export("%in_list%")
export("%~%")
export(cypher_query)
export(cypher_query_df)
export(cytoscape)
export(edges)
export(example_graph)
export(expand)
export(explode)
export(fetch_nodes)
export(file_engine)
export(file_engine_check)
export(get_engine)
export(kg_join)
export(load_kgx)
export(monarch_engine)
export(monarch_engine_check)
export(monarch_search)
export(monarch_semsim)
export(neo4j_engine)
export(neo4j_engine_check)
export(nodes)
export(save_kgx)
export(set_engine)
export(summarize_neighborhood)
export(tbl_kgx)
import(RCy3)
import(dplyr)
import(ggplot2)
import(ggraph)
import(knitr)
import(stringr)
import(tidygraph)
importFrom(R.utils,withTimeout)
importFrom(archive,archive_read)
importFrom(archive,archive_write_files)
importFrom(assertthat,assert_that)
importFrom(dplyr,slice_head)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,http_status)
importFrom(igraph,V)
importFrom(kableExtra,column_spec)
importFrom(kableExtra,kable)
importFrom(kableExtra,kable_styling)
importFrom(memoise,cache_memory)
importFrom(memoise,memoise)
importFrom(neo2R,cypher)
importFrom(neo2R,multicypher)
importFrom(neo2R,startGraph)
importFrom(purrr,map_chr)
importFrom(readr,col_character)
importFrom(readr,cols)
importFrom(readr,read_tsv)
importFrom(readr,write_tsv)
importFrom(rlang,enquos)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_wrap)
importFrom(tibble,tibble)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tibble)
importFrom(tidygraph,graph_join)
importFrom(tidygraph,tbl_graph)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,untar)