-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
88 lines (87 loc) · 2.51 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
# Generated by roxygen2: do not edit by hand
export(Alignment_error_plot)
export(SkylinePeakBoundaries)
export(SkylineTransitionList)
export(callmzRAPP)
export(check_benchmark_input)
export(check_nonTargeted_input)
export(compare_peaks)
export(derive_performance_metrics)
export(find_bench_peaks)
export(find_r_s_error)
export(get_ROIs)
export(get_mz_table)
export(plot_Peak)
export(plot_Peak_per_mol)
export(plot_Peak_with_predicted_peak)
export(plot_bench_histo)
export(plot_bench_overview)
export(plot_bench_peak_overview)
export(plot_comp_dist_of_found_peaks)
export(plot_comp_iso_pred_error)
export(plot_comp_missing_value_hm)
export(plot_comp_peak_overview)
export(plot_comp_scatter_plot)
export(plot_sunburst_alignment)
export(plot_sunburst_peakQuality)
export(plot_sunburst_peaks)
import(enviPat)
import(plotly)
import(shinyjs)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,is.data.table)
importFrom(data.table,melt.data.table)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(dplyr,count)
importFrom(dplyr,summarize)
importFrom(dplyr,sym)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(plotly,plotlyOutput)
importFrom(retistruct,line.line.intersection)
importFrom(shiny,downloadHandler)
importFrom(shiny,incProgress)
importFrom(shiny,isolate)
importFrom(shiny,modalDialog)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,showModal)
importFrom(shiny,updateSelectInput)
importFrom(shiny,updateTabsetPanel)
importFrom(shiny,withProgress)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,useShinyjs)
importFrom(stats,median)
importFrom(xcms,filterMz)
importFrom(xcms,filterRt)