-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
40 lines (40 loc) · 1.02 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
export("fis<-")
export("genes<-")
export("modules<-")
export(HotNet)
export(ReactomeFINetwork)
export(ReactomeFIService)
export(annotate)
export(annotateModules)
export(build)
export(buildCytoscapeGraph)
export(cluster)
export(fis)
export(genes)
export(modules)
export(service)
export(subnet)
exportMethods(plot)
import(RCurl)
import(XML)
import(ggplot2)
import(methods)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(sna,gplot.layout.adj)
importFrom(sna,gplot.layout.circle)
importFrom(sna,gplot.layout.circrand)
importFrom(sna,gplot.layout.eigen)
importFrom(sna,gplot.layout.fruchtermanreingold)
importFrom(sna,gplot.layout.geodist)
importFrom(sna,gplot.layout.hall)
importFrom(sna,gplot.layout.kamadakawai)
importFrom(sna,gplot.layout.mds)
importFrom(sna,gplot.layout.princoord)
importFrom(sna,gplot.layout.random)
importFrom(sna,gplot.layout.rmds)
importFrom(sna,gplot.layout.segeo)
importFrom(sna,gplot.layout.seham)
importFrom(sna,gplot.layout.spring)
importFrom(sna,gplot.layout.springrepulse)
importFrom(sna,gplot.layout.target)