forked from lgeistlinger/EnrichmentBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 1.69 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
# Generated by roxygen2: do not edit by hand
export(combResults)
export(compileGRN)
export(configEBrowser)
export(deAna)
export(downloadPathways)
export(eaBrowse)
export(ebrowser)
export(exprsHeatmap)
export(getGenesets)
export(ggeaGraph)
export(ggeaGraphLegend)
export(gsRanking)
export(idMap)
export(idTypes)
export(import)
export(isAvailable)
export(makeExampleData)
export(nbea)
export(nbeaMethods)
export(normalize)
export(pdistr)
export(probe2gene)
export(readSE)
export(sbea)
export(sbeaMethods)
export(volcano)
export(writeGMT)
import(GSEABase)
import(KEGGgraph)
import(SummarizedExperiment)
import(graph)
importFrom(S4Vectors,DataFrame)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(graphics,segments)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,getMethod)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,phyper)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,URLencode)
importFrom(utils,available.packages)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,memory.limit)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importMethodsFrom(S4Vectors,metadata)