-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
54 lines (53 loc) · 1.3 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
# Generated by roxygen2: do not edit by hand
export(bpPlot)
export(cacheResource)
export(compOpt)
export(compRand)
export(evalNrSets)
export(evalNrSigSets)
export(evalRandomGS)
export(evalRelevance)
export(evalTypeIError)
export(loadEData)
export(maPreproc)
export(metaFC)
export(plotDEDistribution)
export(plotNrSamples)
export(readDataId2diseaseCodeMap)
export(readResults)
export(runDE)
export(runEA)
export(writeDE)
import(Biobase)
import(KEGGandMetacoreDzPathwaysGEO)
import(KEGGdzPathwaysGEO)
import(SummarizedExperiment)
importFrom(S4Vectors,DataFrame)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,matlines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,data)
importFrom(utils,read.delim)
importFrom(utils,relist)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,untar)
importFrom(utils,write.table)
importMethodsFrom(S4Vectors,metadata)