-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
238 lines (237 loc) · 7.76 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
# Generated by roxygen2: do not edit by hand
S3method(iso_add_standards,data.frame)
S3method(iso_add_standards,default)
S3method(iso_add_standards,iso_file)
S3method(iso_add_standards,iso_file_list)
S3method(iso_calculate_deltas,data.frame)
S3method(iso_calculate_deltas,default)
S3method(iso_calculate_deltas,iso_file)
S3method(iso_calculate_deltas,iso_file_list)
S3method(iso_calculate_ratios,data.frame)
S3method(iso_calculate_ratios,default)
S3method(iso_calculate_ratios,iso_file)
S3method(iso_calculate_ratios,iso_file_list)
S3method(iso_convert_peak_table_units,data.frame)
S3method(iso_convert_peak_table_units,default)
S3method(iso_convert_peak_table_units,iso_file)
S3method(iso_convert_peak_table_units,iso_file_list)
S3method(iso_find_peaks,data.frame)
S3method(iso_find_peaks,default)
S3method(iso_find_peaks,iso_file)
S3method(iso_find_peaks,iso_file_list)
S3method(iso_get_problematic_peak_mappings,data.frame)
S3method(iso_get_problematic_peak_mappings,default)
S3method(iso_get_problematic_peak_mappings,iso_file)
S3method(iso_get_problematic_peak_mappings,iso_file_list)
S3method(iso_map_peaks,data.frame)
S3method(iso_map_peaks,default)
S3method(iso_map_peaks,iso_file)
S3method(iso_map_peaks,iso_file_list)
S3method(iso_mutate_peak_table,data.frame)
S3method(iso_mutate_peak_table,default)
S3method(iso_mutate_peak_table,iso_file)
S3method(iso_mutate_peak_table,iso_file_list)
S3method(iso_plot_continuous_flow_data,data.frame)
S3method(iso_plot_continuous_flow_data,default)
S3method(iso_plot_continuous_flow_data,iso_file)
S3method(iso_plot_continuous_flow_data,iso_file_list)
S3method(iso_plot_dual_inlet_data,data.frame)
S3method(iso_plot_dual_inlet_data,default)
S3method(iso_plot_dual_inlet_data,iso_file)
S3method(iso_plot_dual_inlet_data,iso_file_list)
S3method(iso_plot_scan_data,data.frame)
S3method(iso_plot_scan_data,default)
S3method(iso_plot_scan_data,iso_file)
S3method(iso_plot_scan_data,iso_file_list)
S3method(iso_remove_problematic_peak_mappings,data.frame)
S3method(iso_remove_problematic_peak_mappings,default)
S3method(iso_remove_problematic_peak_mappings,iso_file)
S3method(iso_remove_problematic_peak_mappings,iso_file_list)
S3method(iso_summarize_peak_mappings,data.frame)
S3method(iso_summarize_peak_mappings,default)
S3method(iso_summarize_peak_mappings,iso_file)
S3method(iso_summarize_peak_mappings,iso_file_list)
export("%>%")
export(extract_substring)
export(extract_word)
export(filter)
export(iso_add_metadata)
export(iso_add_standards)
export(iso_apply_calibration)
export(iso_calculate_deltas)
export(iso_calculate_peak_delats)
export(iso_calculate_peak_ratios)
export(iso_calculate_ratios)
export(iso_combine_raw_data_with_peak_table)
export(iso_convert_peak_table_units)
export(iso_convert_signals)
export(iso_convert_time)
export(iso_evaluate_calibration_range)
export(iso_export_calibration_to_excel)
export(iso_export_data_to_excel)
export(iso_find_peaks)
export(iso_format)
export(iso_generate_calibration)
export(iso_generate_summary_table)
export(iso_get_calibration_coefficients)
export(iso_get_calibration_data)
export(iso_get_calibration_parameters)
export(iso_get_calibration_range)
export(iso_get_calibration_summary)
export(iso_get_default_processor_parameters)
export(iso_get_peak_table)
export(iso_get_problematic_calibrations)
export(iso_get_problematic_peak_mappings)
export(iso_get_problematic_peaks)
export(iso_get_processor_example)
export(iso_get_processor_examples)
export(iso_identify_outliers)
export(iso_integrate_peaks)
export(iso_map_peaks)
export(iso_mark_calibration_range)
export(iso_mark_outliers)
export(iso_mark_value_range)
export(iso_mark_x_range)
export(iso_mutate_peak_table)
export(iso_plot_calibration_parameters)
export(iso_plot_calibration_range)
export(iso_plot_continuous_flow_data)
export(iso_plot_data)
export(iso_plot_dual_inlet_data)
export(iso_plot_raw_data)
export(iso_plot_ref_peaks)
export(iso_plot_residuals)
export(iso_plot_scan_data)
export(iso_prepare_continuous_flow_plot_data)
export(iso_prepare_dual_inlet_plot_data)
export(iso_prepare_for_calibration)
export(iso_prepare_scan_plot_data)
export(iso_print_data_table)
export(iso_remove_list_columns)
export(iso_remove_problematic_calibrations)
export(iso_remove_problematic_peak_mappings)
export(iso_remove_problematic_peaks)
export(iso_reset_default_processor_parameters)
export(iso_scale_double_with_units)
export(iso_set_default_processor_parameters)
export(iso_set_peak_table)
export(iso_set_peak_table_automatically_from_vendor_data_table)
export(iso_set_peak_table_from_auto_vendor_data_table)
export(iso_set_peak_table_from_isodat_vendor_data_table)
export(iso_set_peak_table_from_vendor_data_table)
export(iso_show_default_processor_parameters)
export(iso_summarize_data_table)
export(iso_summarize_peak_mappings)
export(iso_turn_info_messages_off)
export(iso_turn_info_messages_on)
export(iso_unnest_calibration_coefs)
export(iso_unnest_calibration_parameters)
export(iso_unnest_calibration_range)
export(iso_unnest_calibration_summary)
export(iso_unnest_data)
export(parse_datetime)
export(parse_double)
export(parse_integer)
export(parse_logical)
export(parse_number)
export(plot_H3_factors)
export(print_H3_factors)
export(summarize_H3_factors)
export(unnest)
import(isoreader)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_data_frame)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,data_frame)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(forcats,as_factor)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,aes_q)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_datetime)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(glue,glue)
importFrom(investr,invest)
importFrom(methods,is)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map2_lgl)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,safely)
importFrom(readxl,read_excel)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,as_label)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,ensyms)
importFrom(rlang,eval_tidy)
importFrom(rlang,get_expr)
importFrom(rlang,is_empty)
importFrom(rlang,is_integerish)
importFrom(rlang,is_list)
importFrom(rlang,is_quosure)
importFrom(rlang,quo)
importFrom(rlang,quo_is_call)
importFrom(rlang,quo_is_missing)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_is_symbol)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(stats,setNames)
importFrom(stringr,fixed)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,vars_select)
importFrom(utils,packageVersion)