-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
95 lines (94 loc) · 2.63 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
# Generated by roxygen2: do not edit by hand
export(flowViz.par.get)
export(flowViz.par.set)
export(panel.densityplot.flowset.stack)
export(panel.ecdfplot.flowset)
export(panel.xyplot.flowframe)
export(panel.xyplot.flowframe.time)
export(panel.xyplot.flowset)
export(prepanel.densityplot.flowset.stack)
export(prepanel.ecdfplot.flowset)
export(prepanel.xyplot.flowframe)
export(prepanel.xyplot.flowframe.time)
export(prepanel.xyplot.flowset)
export(timelineplot)
exportMethods(addName)
exportMethods(contour)
exportMethods(densityplot)
exportMethods(ecdfplot)
exportMethods(flowPlot)
exportMethods(glines)
exportMethods(glpoints)
exportMethods(glpolygon)
exportMethods(gpoints)
exportMethods(gpolygon)
exportMethods(histogram)
exportMethods(levelplot)
exportMethods(parallel)
exportMethods(plot)
exportMethods(qqmath)
exportMethods(splom)
exportMethods(timeLinePlot)
exportMethods(xyplot)
import(flowCore)
import(lattice)
importClassesFrom(methods,ANY)
importClassesFrom(methods,character)
importClassesFrom(methods,formula)
importClassesFrom(methods,logical)
importClassesFrom(methods,matrix)
importClassesFrom(methods,missing)
importFrom(IDPmisc,IDPcolorRamp)
importFrom(IDPmisc,col2hsv)
importFrom(KernSmooth,bkde2D)
importFrom(KernSmooth,dpik)
importFrom(MASS,kde2d)
importFrom(RColorBrewer,brewer.pal)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,smoothScatter)
importFrom(grid,current.viewport)
importFrom(grid,get.gpar)
importFrom(grid,gpar)
importFrom(grid,grid.points)
importFrom(grid,grid.polygon)
importFrom(grid,grid.rect)
importFrom(grid,unit)
importFrom(hexbin,grid.hexagons)
importFrom(hexbin,hexbin)
importFrom(latticeExtra,axis.grid)
importFrom(latticeExtra,ecdfplot)
importFrom(latticeExtra,ggplot2like)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,approxfun)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,median)
importFrom(stats,ppoints)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,qunif)
importFrom(stats,var)
importFrom(stats4,plot)
importFrom(utils,modifyList)
importMethodsFrom(Biobase,"pData<-")
importMethodsFrom(Biobase,"sampleNames<-")
importMethodsFrom(Biobase,exprs)
importMethodsFrom(Biobase,pData)
importMethodsFrom(Biobase,phenoData)
importMethodsFrom(Biobase,sampleNames)