-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
export(calc_mass_from_formula_comp_data)
export(calc_spectrum_similarity)
export(calculate_mz_delta)
export(compound_msp_to_string)
export(create_adducts_rules)
export(create_xcms_object_from_elmaven)
export(get_compound_msp)
export(get_elements_from_msp)
export(get_feature_group_representative)
export(get_makenames_samples_from_elmaven)
export(get_peak_detailed_from_emdb)
export(get_peak_list)
export(make_group_summary_from_metab_ident_format)
export(make_group_summary_from_peak_detailed)
export(make_valid_elmaven_samplenames_by_makenames)
export(merge_identified_with_restructured_camera)
export(mz_match_check)
export(mz_search_with_comp_data)
export(perform_annotation_by_camera)
export(perform_metabolite_identification)
export(plot_eic)
export(plot_eic_from_emdb)
export(plot_hist_elements_frequency)
export(plot_mass_spectrum)
export(plot_spectrum_similarity)
export(read_msp)
export(replace_names_by_names_vector)
export(restructure_camera_annotations)
export(separate_identified_from_unidentified)
export(smartbind_dataframes)
export(update_label_in_emdb)
export(write_filtered_emdb)
export(write_msp)
import(CAMERA)
import(dplyr)
import(ggplot2)
import(plotly)
import(xcms)