-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
S3method(plot,bnem)
S3method(plot,bnemBs)
S3method(plot,bnemsim)
export(absorption)
export(absorptionII)
export(addNoise)
export(bnem)
export(bnemBs)
export(computeFc)
export(convertGraph)
export(dummyCNOlist)
export(epiNEM2Bg)
export(findResiduals)
export(processDataBCR)
export(randomDnf)
export(reduceGraph)
export(scoreDnf)
export(simBoolGtn)
export(simulateStatesRecursive)
export(transClose)
export(transRed)
export(validateGraph)
import(CellNOptR)
import(RColorBrewer)
import(cluster)
import(epiNEM)
import(graph)
import(matrixStats)
import(methods)
import(mnem)
import(snowfall)
import(stats)
importFrom(Biobase,exprs)
importFrom(Biobase,rowMax)
importFrom(Biobase,rowMin)
importFrom(Rgraphviz,lines)
importFrom(affy,ReadAffy)
importFrom(affy,list.celfiles)
importFrom(affy,rma)
importFrom(binom,binom.confint)
importFrom(flexclust,dist2)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,screen)
importFrom(graphics,split.screen)
importFrom(limma,contrasts.fit)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMins)
importFrom(mnem,plotDnf)
importFrom(sva,ComBat)
importFrom(utils,combn)
importFrom(utils,glob2rx)
importFrom(utils,write.table)
importFrom(vsn,justvsn)