forked from tchitchek-lab/SPADEVizR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
export(MDSViewer)
export(abundantClustersViewer)
export(annotateClusters)
export(assignContext)
export(biplotViewer)
export(boxplotViewer)
export(circlesPackingViewer)
export(classifyAbundanceProfiles)
export(correlatedClustersViewer)
export(countViewer)
export(createReport)
export(distogramViewer)
export(generateCPHM)
export(generateGLM)
export(generateRFM)
export(heatmapViewer)
export(identifyAC)
export(identifyCC)
export(identifyDAC)
export(importResultsFromCLR.ACS)
export(importResultsFromCLR.CSV)
export(importResultsFromFCS)
export(importResultsFromSPADE)
export(importResultsFromTables)
export(kineticsViewer)
export(load.flowSet)
export(mergeClusters)
export(phenoViewer)
export(qcSmallClusters)
export(qcUniformClusters)
export(removeClusters)
export(streamgraphViewer)
export(treeViewer)
export(unload.flowSet)
export(volcanoViewer)
exportClasses(AC)
exportClasses(AP)
exportClasses(CC)
exportClasses(DAC)
exportClasses(Results)
exportMethods(assignContext)
exportMethods(export)
exportMethods(plot)
exportMethods(print)
exportMethods(show)
exportMethods(unload.flowSet)
import(MASS)
import(diptest)
import(ggdendro)
import(ggfortify)
import(ggplot2)
import(ggrepel)
import(grDevices)
import(grid)
import(gridExtra)
import(gtable)
import(igraph)
import(methods)
import(packcircles)
import(plyr)
import(randomForestSRC)
import(reshape2)
import(survival)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,setDT)
importFrom(flowCore,arcsinhTransform)
importFrom(flowCore,fsApply)
importFrom(flowCore,read.flowSet)
importFrom(flowCore,sampleNames)
importFrom(flowCore,transform)
importFrom(flowCore,transformList)
importFrom(gtools,mixedsort)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)