-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
148 lines (147 loc) · 3.5 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Generated by roxygen2: do not edit by hand
S3method("[",PCAScoreMatrix)
S3method(as.data.frame,PCAScoreMatrix)
S3method(as.matrix,PCAScoreMatrix)
S3method(expVar,PCAScoreMatrix)
S3method(expVar,prcomp)
S3method(expVarLabel,PCAScoreMatrix)
S3method(expVarLabel,prcomp)
S3method(plotPCA,prcomp)
S3method(print,PCAScoreMatrix)
S3method(print,fcol)
export("fcbase<-")
export(PCAScoreMatrix)
export(biosHeatmap)
export(blackgoldred)
export(blackgreen)
export(blackred)
export(blackredyellow)
export(blackwhite)
export(blackyellow)
export(blueblackred)
export(bluered)
export(bound)
export(boundNorm)
export(brewer.pal.factor)
export(cascadeOrder)
export(closeFileDevice)
export(colorpanel)
export(compactPar)
export(compactTrellis)
export(confEllipse)
export(cyanblackyellow)
export(degree2radian)
export(display.colorpanels)
export(display.threecolor.panels)
export(display.twocolor.panels)
export(ellipse)
export(expVar)
export(expVarLabel)
export(fcbase)
export(fcbrewer)
export(fcol)
export(figurePanel)
export(getDefaultFontFamily)
export(getExpVarLabel)
export(getLims)
export(greenred)
export(guessWH)
export(heat)
export(histMat)
export(idev)
export(intRange)
export(ipdf)
export(jitter.xyplot)
export(magentayellow)
export(midCol)
export(nonNull)
export(openFileDevice)
export(p2asterisk)
export(panel.cor)
export(panel.lmSmooth)
export(pcaScores)
export(pcaScoresFromLogFC)
export(pdf2png)
export(plotPCA)
export(plotPCAloading)
export(plotVenn)
export(qBreaks)
export(qHist)
export(radian2degree)
export(redblackblue)
export(redblue)
export(redgreen)
export(robustDist)
export(rowVars)
export(royalbluegrayred)
export(royalbluered)
export(royalredblue)
export(royalredgrayblue)
export(setCompactTrellis)
export(squareLayout)
export(symrange)
export(threecolor.panels)
export(turyeb)
export(twocolor.panels)
export(vennMembersDataframe)
export(vennMembersList)
export(whiteblack)
export(whiteblue)
export(whiteblueblackheat)
export(whitered)
export(xclipHist)
export(yellowblack)
export(yellowblackcyan)
export(yellowmagenta)
import(ggplot2)
import(graphics)
import(stats)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat)
importFrom(ggplot2,stat_density_2d)
importFrom(grDevices,blues9)
importFrom(grDevices,bmp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.print)
importFrom(grDevices,gray)
importFrom(grDevices,jpeg)
importFrom(grDevices,palette)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,postscriptFonts)
importFrom(grDevices,rgb)
importFrom(grDevices,tiff)
importFrom(grDevices,xy.coords)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,panel.smooth)
importFrom(grid,gpar)
importFrom(grid,grid.layout)
importFrom(grid,grid.text)
importFrom(grid,plotViewport)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(lattice,panel.xyplot)
importFrom(ribiosUtils,assertFile)
importFrom(ribiosUtils,basefilename)
importFrom(ribiosUtils,bound)
importFrom(ribiosUtils,boundNorm)
importFrom(ribiosUtils,chosenFew)
importFrom(ribiosUtils,extname)
importFrom(ribiosUtils,haltifnot)
importFrom(ribiosUtils,isOdd)
importFrom(ribiosUtils,mmatch)
importFrom(stats,cor)
importFrom(stats,lm)
importFrom(utils,assignInNamespace)