-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNAMESPACE
76 lines (75 loc) · 2.08 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
# Generated by roxygen2: do not edit by hand
export(buildRawDiagShinyApp)
export(checkRawrr)
export(is.rawDiag)
export(plotChargeState)
export(plotCycleLoad)
export(plotCycleTime)
export(plotInjectionTime)
export(plotLockMassCorrection)
export(plotMassDistribution)
export(plotMzDistribution)
export(plotPrecursorHeatmap)
export(plotScanTime)
export(plotTicBasepeak)
export(rawDiagServer)
export(rawDiagUI)
export(readRaw)
import(hexbin)
import(shiny)
importFrom(BiocManager,install)
importFrom(BiocParallel,bplapply)
importFrom(dplyr,left_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,geom_hex)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_void)
importFrom(grDevices,colorRampPalette)
importFrom(htmltools,a)
importFrom(htmltools,div)
importFrom(htmltools,img)
importFrom(rawrr,installRawFileReaderDLLs)
importFrom(rawrr,installRawrrExe)
importFrom(rawrr,readChromatogram)
importFrom(rawrr,readIndex)
importFrom(rawrr,readTrailer)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(scales,pretty_breaks)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,debounce)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,mainPanel)
importFrom(shiny,moduleServer)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,req)
importFrom(shiny,runApp)
importFrom(shiny,selectInput)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,tagList)
importFrom(shiny,titlePanel)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,packageVersion)