-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 1.09 KB
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 1.09 KB
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
# Generated by roxygen2: do not edit by hand
export(batch_detect_mass)
export(batch_extract_MS2)
export(batch_import_mzxml)
export(compare_spectra)
export(detect_mass)
export(extract_MS2)
export(get_ppm)
export(import_mzxml)
export(normalize_spec)
export(plot_MS2spectra)
export(ppm_range)
export(read_mzxml)
export(roi_filter)
export(write_mgf_gnps)
export(write_msp)
importFrom(MSnbase,readMSData)
importFrom(OrgMassSpecR,SpectrumSimilarity)
importFrom(ProtGenerics,spectra)
importFrom(Rdisop,getMolecule)
importFrom(Rdpack,reprompt)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggpubr,ggarrange)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(readr,parse_number)
importFrom(readxl,read_excel)
importFrom(rlang,.data)