-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
37 lines (36 loc) · 854 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(Adjust_OD)
export(Calculate_AUC)
export(Calculate_AUC_single)
export(Calculate_lag)
export(Detect_MIC)
export(Detect_MIC_single)
export(Detect_outliers)
export(Detect_outliers_single)
export(Detect_spikes)
export(Fit_splines)
export(Fit_splines_single)
export(Fix_cutoff)
export(Fix_table_names)
export(Make_curve_plots)
export(Make_cutoff_plots)
export(Make_filtered_plot)
export(Make_flat_plot)
export(Make_master_df)
export(Make_spline_plots)
export(Mark_artefacts)
export(Mark_flat)
export(Mark_flat_single)
export(Read_OD_96)
export(Sort_by_run)
export(cumulmax)
export(cumulmin)
importFrom(ggplot2,aes)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,fivenum)
importFrom(stats,median)
importFrom(stats,pexp)
importFrom(stats,sd)
importFrom(stats,smooth.spline)