-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 965 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
39
40
# Generated by roxygen2: do not edit by hand
S3method("plate_data<-",spectramax)
S3method(as_nanodrop,data.frame)
S3method(obj_print_data,nanodrop)
S3method(obj_print_data,pcr)
S3method(obj_print_data,spectramax)
S3method(obj_print_footer,nanodrop)
S3method(obj_print_footer,pcr)
S3method(obj_print_footer,spectramax)
S3method(plate_data,spectramax)
S3method(scrub,nanodrop)
S3method(scrub,pcr)
S3method(scrub,spectramax)
S3method(tidy_lab,incucyte_data)
S3method(tidy_lab,nanodrop)
S3method(tidy_lab,pcr)
S3method(tidy_lab,spectramax)
export("plate_data<-")
export(as_nanodrop)
export(as_pcr)
export(gp_sec)
export(gp_sec.spectramax)
export(incucyte)
export(is_incucyte)
export(is_nanodrop)
export(nanodrop)
export(new_pcr)
export(new_spectramax)
export(pad_zero)
export(plate_data)
export(read_incucyte)
export(read_nanodrop)
export(read_pcr)
export(read_spectramax)
export(scrub)
export(tidy_lab)
import(vctrs)
importFrom(gplate,gp_sec)
importFrom(rlang,.data)