-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.01 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.01 KB
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
# Generated by roxygen2: do not edit by hand
export(assay_to_plate_df)
export(assay_to_prism_df)
export(calc_neut)
export(ella_to_assay_df)
export(exclude_wells)
export(init_assay_df)
export(init_av_lum_df)
export(init_cols)
export(init_sample)
export(init_samples)
export(init_title)
export(init_types)
export(init_types_boxplot)
export(plot_cv_boxplot)
export(plot_data_exploration)
export(plot_drc)
export(plot_heatmap)
export(plot_ic50_boxplot)
export(read_plus)
export(replace_names)
export(run_app)
export(update_col_types)
export(update_cols_order)
export(update_dilutions)
export(update_feature_plate)
export(update_sample_ids)
import(shiny)
importFrom(config,get)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(metafolio,gg_color_hue)
importFrom(shiny,shinyApp)
importFrom(stats,median)
importFrom(utils,read.csv)