-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
113 lines (112 loc) · 2.53 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Generated by roxygen2: do not edit by hand
S3method(head,list)
S3method(left,default)
S3method(left,matrix)
S3method(right,default)
S3method(right,matrix)
S3method(tail,list)
export("%\\%")
export("%w/o%")
export("get.lower.tri<-")
export("get.upper.tri<-")
export(Dgammap)
export(Intersect)
export(Setdiff)
export(Union)
export(addCarriageReturn)
export(add_at)
export(alp)
export(assign_formals)
export(bSpline)
export(colSds)
export(combineAndDraw)
export(computeWeigtedDiffNetwork)
export(differential.cor.test)
export(digammap)
export(fillLines)
export(flip)
export(formatForStackOverflow)
export(gammap)
export(get.SYMBOL)
export(get.attribute)
export(get.lower.tri)
export(get.upper.tri)
export(install.brainarray)
export(lda.fit)
export(lda.predict)
export(left)
export(lgammap)
export(lsos)
export(minimum.abs.pcor)
export(ones)
export(pcor)
export(plotChromosome)
export(plotColourKey)
export(plotColourMat)
export(plotHierarchicalEdgeBundles)
export(plotMatrix)
export(plotModuleGraph)
export(plotModuleImage)
export(psigammap)
export(qda.fit)
export(qda.predict)
export(qda2lda)
export(resave)
export(right)
export(rm_at)
export(rowSds)
export(saltedHash)
export(save.remove)
export(timing)
export(trigammap)
export(welch.t.tests)
export(without)
export(writeForNetsTensor)
export(zeros)
import(GMCM)
import(adephylo)
import(igraph)
importFrom(Biobase,featureNames)
importFrom(BiocGenerics,annotation)
importFrom(Rcpp,evalCpp)
importFrom(Rgraphviz,agopen)
importFrom(Rgraphviz,buildNodeList)
importFrom(Rgraphviz,from)
importFrom(Rgraphviz,to)
importFrom(SNPchip,getCytoband)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useMart)
importFrom(grDevices,chull)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,curve)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(oligoClasses,getSequenceLengths)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(Bmisc)