-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
109 lines (108 loc) · 2.64 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
# Generated by roxygen2: do not edit by hand
S3method(plot,FlowHist)
export(FlowHist)
export(batchFlowHist)
export(browseFlowHist)
export(fhAnalyze)
export(fhArgs)
export(fhBins)
export(fhCV)
export(fhChannel)
export(fhComps)
export(fhCounts)
export(fhDebris)
export(fhFile)
export(fhGate)
export(fhHistData)
export(fhInit)
export(fhLimits)
export(fhLinearity)
export(fhModel)
export(fhNLS)
export(fhOpts)
export(fhPeaks)
export(fhRCS)
export(fhRaw)
export(fhSamples)
export(fhSpecialParams)
export(fhStandards)
export(fhStdPeak)
export(fhStdSelected)
export(fhStdSizes)
export(pickInit)
export(plotFH)
export(setBins)
export(stdPeak)
export(stdSelected)
export(stdSizes)
export(tabulateFlowHist)
export(updateFlowHist)
export(viewFlowChannels)
importFrom(caTools,runmax)
importFrom(caTools,runmean)
importFrom(car,deltaMethod)
importFrom(flowCore,exprs)
importFrom(flowCore,pData)
importFrom(flowCore,parameters)
importFrom(flowCore,read.FCS)
importFrom(graphics,abline)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(knitr,kable)
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setMethod)
importFrom(minpack.lm,nlsLM)
importFrom(rmarkdown,render)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,brushOpts)
importFrom(shiny,brushedPoints)
importFrom(shiny,column)
importFrom(shiny,eventReactive)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,htmlOutput)
importFrom(shiny,mainPanel)
importFrom(shiny,nearPoints)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderPrint)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,titlePanel)
importFrom(shiny,updateNumericInput)
importFrom(shiny,updateRadioButtons)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateSliderInput)
importFrom(shiny,wellPanel)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,integrate)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(utils,str)
importFrom(utils,write.table)