-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 908 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
38
# Generated by roxygen2: do not edit by hand
S3method(pcr_control,data.frame)
S3method(pcr_control,pcr)
S3method(pcr_plate_view,data.frame)
S3method(pcr_plate_view,pcr)
S3method(pcr_plot,data.frame)
S3method(pcr_plot,pcr)
S3method(pcr_rq,data.frame)
S3method(pcr_rq,pcr)
S3method(well_data,pcr)
export(as_pcr)
export(pcr_calc_slope)
export(pcr_control)
export(pcr_lib_calc)
export(pcr_lib_qc)
export(pcr_lib_qc_plot_conc)
export(pcr_lib_qc_plot_dil)
export(pcr_lib_qc_plot_outliers)
export(pcr_lib_qc_plot_slope)
export(pcr_lib_qc_report)
export(pcr_plan)
export(pcr_plan_report)
export(pcr_plate_view)
export(pcr_plot)
export(pcr_rq)
export(read_pcr)
export(scrub)
export(tidy_lab)
export(well_data)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(gplate,well_data)
importFrom(mop,as_pcr)
importFrom(mop,read_pcr)
importFrom(mop,scrub)
importFrom(mop,tidy_lab)
importFrom(rlang,.data)