-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
47 lines (46 loc) · 1012 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
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
export(addGOToGraph)
export(buildDataFromGraph)
export(buildGraphFromKEGGREST)
export(defineCompounds)
export(enrich)
export(exportResults)
export(generateEnzymesTable)
export(generateResultsGraph)
export(generateResultsTable)
export(getBackground)
export(getCom)
export(getExcluded)
export(getGraph)
export(getInfo)
export(getInput)
export(getName)
export(getPscores)
export(is.FELLA.DATA)
export(is.FELLA.USER)
export(launchApp)
export(listApprox)
export(listCategories)
export(listInternalDatabases)
export(listMethods)
export(loadKEGGdata)
export(plotGraph)
export(runDiffusion)
export(runHypergeom)
export(runPagerank)
exportClasses(FELLA.DATA)
exportClasses(FELLA.USER)
exportMethods(plot)
exportMethods(show)
import(KEGGREST)
import(Matrix)
import(igraph)
import(methods)
import(plyr)
importFrom(graphics,symbols)
importFrom(stats,ecdf)
importFrom(stats,p.adjust)
importFrom(stats,pgamma)
importFrom(stats,phyper)
importFrom(stats,pnorm)
importFrom(stats,pt)