-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
export(extract_sim_data)
export(find_peaks)
export(fix_mzml)
export(get_all_sim)
export(group_peaks)
export(plot_cim)
export(plot_reconstruct_spectrum)
export(plot_sims)
export(read_files)
export(reconstruct_spectrum)
importFrom(MSnbase,precursorMz)
importFrom(MSnbase,readSRMData)
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggforce,facet_zoom)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(scales,scientific)
importFrom(xcms,CentWaveParam)
importFrom(xcms,chromPeaks)
importFrom(xcms,findChromPeaks)
importFrom(xcms,intensity)
importFrom(xcms,rtime)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_ns_strip)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_set_attr)