-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
38 lines (37 loc) · 891 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(as.data.frame,Plate)
S3method(predict,Model)
S3method(summary,Plate)
export(PlateBuilder)
export(create_standard_curve_model_analyte)
export(generate_plate_report)
export(get_nmfi)
export(is_valid_data_type)
export(is_valid_sample_type)
export(plot_counts)
export(plot_layout)
export(plot_mfi_for_analyte)
export(plot_standard_curve_analyte)
export(plot_standard_curve_analyte_with_model)
export(process_plate)
export(read_luminex_data)
export(translate_sample_names_to_sample_types)
import(R6)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(grid)
import(lubridate)
import(nplr)
import(png)
import(readr)
import(readxl)
import(stringr)
import(svglite)
import(utils)
importFrom(R.utils,isAbsolutePath)
importFrom(R6,R6Class)
importFrom(grDevices,dev.size)
importFrom(stats,IQR)
importFrom(stats,predict)
importFrom(stats,quantile)