# 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,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)
