-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
62 lines (61 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_location_intensity)
export(calculate_mean_fc)
export(calculate_mode)
export(check_imf_emf_elemental_counts)
export(choose_emf)
export(choose_single_peak)
export(cleanup_na_categories)
export(complete_emf_mappings)
export(create_mz_diffs)
export(create_sample_tracking)
export(create_sudo_emfs)
export(create_sudo_peaks)
export(decide_emf_peaks)
export(disable_logging)
export(extract_assigned_data)
export(extract_coefficient_data)
export(extract_emf_location)
export(extract_emf_propensity)
export(extract_imf_emf_data)
export(find_confident_frequency_sd)
export(fit_predict_mz_cutoff)
export(get_assigned_peak_info)
export(get_c13_incorporation)
export(get_emf_elements)
export(get_emf_intensity_sums)
export(get_imf_elements)
export(get_mz_after_freq)
export(get_sample_emfs)
export(group_emfs_by_peaks)
export(grouped_mz_after_freq)
export(hamming)
export(import_emf_classifications)
export(keep_emfs_with_features)
export(keep_imf_adducts)
export(log_memory)
export(log_message)
export(match_imf_by_difference)
export(match_imf_by_mz)
export(merge_duplicate_semfs)
export(old_add_location_intensity)
export(old_extract_emf_propensity)
export(old_extract_imf_emf_data)
export(read_smirfe_assignment)
export(remove_duplicates_across_semfs)
export(remove_only_labeled_emfs)
export(remove_samples)
export(score_filter_assignments)
export(sd_by_group)
export(set_internal_map)
export(weight_lipid_classifications)
importFrom(dplyr,"%>%")
importFrom(dplyr,left_join)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)