-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (33 loc) · 987 Bytes
/
NAMESPACE
File metadata and controls
40 lines (33 loc) · 987 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
34
35
36
37
38
39
40
import(
KEGGgraph,
Rgraphviz,
KEGGREST,
methods,
graph
)
importFrom(AnnotationDbi, mget, select, columns, keys)
importClassesFrom(AnnotationDbi,AnnotationDb)
importFrom(org.Hs.eg.db, org.Hs.eg.db)
importFrom(png, readPNG)
importFrom(utils, data, installed.packages, read.delim, globalVariables)
importFrom(XML, xmlAttrs, xmlChildren, xmlName, xmlRoot, xmlTreeParse)
importFrom(grDevices, col2rgb, dev.off, pdf, png, rgb)
importFrom(graphics, image, layout, par, polygon,
rasterImage, rect, segments, text)
importFrom(stats, IQR, rnorm)
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
)