forked from tianwei-yu/apLCMS
-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
130 lines (129 loc) · 3.11 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
export(adaptive.bin)
export(add_feature_ids)
export(adjust.time)
export(aggregate_by_rt)
export(as_feature_sample_table)
export(bigauss.esti)
export(bigauss.esti.EM)
export(bigauss.mix)
export(check_files)
export(clean_data_matrix)
export(comb)
export(compute_boundaries)
export(compute_bounds)
export(compute_breaks)
export(compute_breaks_3)
export(compute_chromatographic_profile)
export(compute_clusters)
export(compute_clusters_simple)
export(compute_comb)
export(compute_corrected_features)
export(compute_corrected_features_v2)
export(compute_curr_rec_with_enough_peaks)
export(compute_delta_rt)
export(compute_densities)
export(compute_dx)
export(compute_e_step)
export(compute_end_bound)
export(compute_gaussian_peak_shape)
export(compute_initiation_params)
export(compute_mass_density)
export(compute_mass_values)
export(compute_mu_sc_std)
export(compute_mz_sd)
export(compute_peaks_and_valleys)
export(compute_pks_vlys_rt)
export(compute_rectangle)
export(compute_rt_intervals_indices)
export(compute_scale)
export(compute_sel)
export(compute_start_bound)
export(compute_target_times)
export(compute_template)
export(compute_template_adjusted_rt)
export(compute_uniq_grp)
export(correct_time)
export(correct_time_v2)
export(count_peaks)
export(create_aligned_feature_table)
export(create_features_from_cluster)
export(create_intensity_row)
export(create_metadata)
export(create_output)
export(create_rt_row)
export(draw_rt_correction_plot)
export(draw_rt_normal_peaks)
export(duplicate.row.remove)
export(fill_missing_values)
export(filter_based_on_density)
export(find.turn.point)
export(find_local_maxima)
export(find_mz_match)
export(find_mz_tolerance)
export(find_optima)
export(get_custom_rt_tol)
export(get_features_in_rt_range)
export(get_mzrange_bound_indices)
export(get_num_workers)
export(get_rt_region_indices)
export(get_sample_name)
export(get_single_occurrence_mask)
export(get_times_to_use)
export(hybrid)
export(increment_counter)
export(interpol.area)
export(l2normalize)
export(label_val_to_keep)
export(load.lcms)
export(load_aligned_features)
export(load_data)
export(load_file)
export(merge_features_and_known_table)
export(msExtrema)
export(normix)
export(normix.bic)
export(plot_normix_bic)
export(plot_peak_summary)
export(plot_raw_profile_histogram)
export(plot_rt_profile)
export(predict_mz_break_indices)
export(predict_smoothed_rt)
export(prep_uv)
export(preprocess_bandwidth)
export(preprocess_profile)
export(prof.to.features)
export(recover.weaker)
export(refine_selection)
export(remove_noise)
export(rev_cum_sum)
export(rm.ridge)
export(run_filter)
export(semi.sup)
export(solve_a)
export(solve_sigma)
export(sort_data)
export(span)
export(two.step.hybrid)
export(unsupervised)
export(validate_contents)
export(validate_model_method_input)
import(MASS)
import(arrow)
import(doParallel)
import(dplyr)
import(foreach)
import(mzR)
import(parallel)
import(snow)
import(splines)
import(stringr)
import(tibble)
import(tidyr)
import(tools)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,select)