forked from skschum/MFAssignR
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
54 lines (53 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(CompFactorToInt)
export(CompFactorToInt2)
export(CompIntToFactor)
export(CompIntToFactor2)
export(EM)
export(EM2)
export(Even)
export(FindCoreFormulae2)
export(FindCoreFormulae2_Halo)
export(FindRecalSeries)
export(FindRecalSeriesSimple)
export(HighMoles)
export(HistNoise)
export(IsoFiltR)
export(KMDNoise)
export(LowMoles)
export(MFAssign)
export(MFAssignCHO)
export(MaxMoles)
export(MinMoles)
export(NM)
export(Recal)
export(RecalList)
export(SNplot)
export(Valence)
export(ValidFormula)
export(bind_and_filter_data)
export(calculate_variables)
export(compare_bad_and_filter)
export(compute_combinations)
export(compute_coverage)
export(compute_final_score)
export(compute_pairs)
export(compute_scores)
export(compute_subsets)
export(create_data_chunks)
export(create_pairs)
export(extract_mono_and_iso_pairs)
export(filter_and_arrange_data)
export(filter_pairs)
export(filter_recal_series)
export(filter_subsets_based_on_coverage)
export(filtered_data_is_empty)
export(find_final_series)
export(merge_and_filter_abundances)
export(merge_and_filter_pairs)
export(processMassList)
export(process_carbon_isotoping)
export(process_sulfur)
export(sulfur_check)
import(ggplot2)
importFrom(dplyr,"%>%")