This repository has been archived by the owner on Nov 16, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (56 loc) · 1.81 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
useDynLib(cydar, .registration=TRUE, .fixes="cxx_")
import(BiocParallel, SummarizedExperiment, S4Vectors, methods)
importFrom("plotrix", color.scale)
importFrom("viridis", viridis)
importFrom("stats", coef, kmeans, median, quantile, lm.fit, density, approx, lm,
mad, splinefun, setNames)
importMethodsFrom("flowCore", markernames, "markernames<-", sampleNames,
"sampleNames<-", exprs, normalize)
importFrom("flowCore", rectangleGate, polygonGate, flowFrame, flowSet,
normalization)
importFrom("Biobase", AnnotatedDataFrame)
importFrom("graphics", plot, points, lines, par, polygon, text, segments,
legend, hist, plot.new)
importFrom("grDevices", rainbow, col2rgb)
importFrom("shiny",
column, fluidPage, fluidRow,
pageWithSidebar, sidebarPanel, mainPanel, headerPanel, h4, hr, br, HTML,
actionButton, textInput, sliderInput, updateTextInput, selectInput, updateSelectInput,
observeEvent, observe, nearPoints, reactive, reactiveValues,
plotOutput, renderPlot, renderTable, tableOutput, htmlOutput, renderUI,
shinyApp, stopApp, runApp)
exportClasses(CyData)
exportMethods(nmarkers,
ncells,
markernames, "markernames<-",
sampleNames, "sampleNames<-",
markerData, "markerData<-",
intensities, "intensities<-",
cellAssignments, "cellAssignments<-",
cellIntensities, "cellIntensities<-",
cellData, "cellData<-"
)
export(countCells,
expandRadius,
normalizeBatch,
diffIntDistr,
multiIntHist,
plotCellLogFC,
plotCellIntensity,
intensityRanges,
spatialFDR,
pickBestMarkers,
prepareCellData,
neighborDistances,
findFirstSphere,
interpretSpheres,
labelSpheres,
CyData,
packIndices,
unpackIndices,
recountCells,
medIntensities,
poolCells,
outlierGate,
dnaGate
)