forked from gokceneraslan/pathview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (27 loc) · 668 Bytes
/
NAMESPACE
File metadata and controls
33 lines (27 loc) · 668 Bytes
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
import(
KEGGgraph,
Rgraphviz,
KEGGREST,
methods,
graph
)
importFrom(png, readPNG)
importFrom(AnnotationDbi, mget)
importFrom(utils, data, installed.packages)
importFrom(XML, xmlAttrs, xmlChildren, xmlName, xmlRoot, xmlTreeParse)
export(
download.kegg,
node.info,
combineKEGGnodes, reaction2edge,
node.map,
eg2id, id2eg, geneannot.map,
cpdkegg2name, cpdname2kegg, cpd2kegg, cpdidmap,
kegg.species.code,
mol.sum,
sim.mol.data,
node.color, col.key,
wordwrap, strfit,
pathview,
keggview.native,
keggview.graph
)