-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(CLUSTER)
export(DENSITY)
export(GATE)
export(MWEIGHTS)
export(RES)
export(as.CELL)
export(as.CLUSTER)
export(as.GATE)
export(biplot)
export(cdf.density)
export(cdf.uniform)
export(compare)
export(create.MWEIGHTS)
export(dheatmap)
export(import.CELL)
export(import.CITRUS)
export(import.CLUSTER)
export(import.FCS)
export(import.GATE)
export(import.GATINGML)
export(import.SPADE)
export(import.VISNE)
export(install.requiredpackages)
export(load.examples)
export(plot)
export(quantiles.density)
export(quantiles.uniform)
export(res.graph)
export(res.mds)
exportClasses(CELL)
exportClasses(CLUSTER)
exportClasses(DENSITY)
exportClasses(GATE)
exportClasses(MWEIGHTS)
exportClasses(RES)
exportMethods("[")
exportMethods("[<-")
exportMethods(as.CELL)
exportMethods(as.CLUSTER)
exportMethods(as.GATE)
exportMethods(c)
exportMethods(compare)
exportMethods(export)
exportMethods(intersect)
exportMethods(plot)
exportMethods(print)
exportMethods(show)
import(MASS)
import(XML)
import(flowUtils)
import(ggrepel)
import(methods)
importFrom(BiocInstaller,biocLite)
importFrom(RJSONIO,toJSON)
importFrom(flowCore,exprs)
importFrom(flowCore,read.FCS)
importFrom(flowCore,rectangleGate)
importFrom(flowCore,write.FCS)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(igraph,get.edgelist)
importFrom(igraph,graph.empty)
importFrom(igraph,layout.auto)
importFrom(igraph,read.graph)