-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
126 lines (125 loc) · 3.52 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
# Generated by roxygen2: do not edit by hand
export(cellAssignments)
export(cellInformation)
export(cellIntensities)
export(countCells)
export(createColorBar)
export(dnaGate)
export(expandRadius)
export(findFirstSphere)
export(getCenterCell)
export(intensities)
export(intensityRanges)
export(interpretSpheres)
export(labelSpheres)
export(medIntensities)
export(multiIntHist)
export(neighborDistances)
export(normalizeBatch)
export(outlierGate)
export(pickBestMarkers)
export(plotSphereIntensity)
export(plotSphereLogFC)
export(poolCells)
export(prepareCellData)
export(spatialFDR)
exportClasses(CyData)
exportMethods("[")
exportMethods("[<-")
exportMethods(cbind)
exportMethods(markernames)
exportMethods(show)
import(SingleCellExperiment)
import(methods)
importClassesFrom(SingleCellExperiment,SingleCellExperiment)
importClassesFrom(flowCore,flowSet)
importFrom(Biobase,AnnotatedDataFrame)
importFrom(Biobase,exprs)
importFrom(Biobase,sampleNames)
importFrom(BiocGenerics,colnames)
importFrom(BiocNeighbors,buildIndex)
importFrom(BiocNeighbors,findDistance)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocNeighbors,findNeighbors)
importFrom(BiocNeighbors,queryKNN)
importFrom(BiocParallel,SerialParam)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,List)
importFrom(S4Vectors,coolcat)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,setValidity2)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,int_colData)
importFrom(SingleCellExperiment,int_elementMetadata)
importFrom(SingleCellExperiment,int_metadata)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"assayNames<-")
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(flowCore,flowFrame)
importFrom(flowCore,markernames)
importFrom(flowCore,polygonGate)
importFrom(flowCore,rectangleGate)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,show)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,br)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,h4)
importFrom(shiny,headerPanel)
importFrom(shiny,hr)
importFrom(shiny,htmlOutput)
importFrom(shiny,mainPanel)
importFrom(shiny,nearPoints)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,pageWithSidebar)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,renderUI)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,stopApp)
importFrom(shiny,tableOutput)
importFrom(shiny,textInput)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateTextInput)
importFrom(stats,approx)
importFrom(stats,approxfun)
importFrom(stats,coef)
importFrom(stats,density)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,splinefun)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(viridis,viridis)
importMethodsFrom(BiocGenerics,"colnames<-")
useDynLib(cydar, .registration=TRUE)