-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 941 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
# Generated by roxygen2: do not edit by hand
export(change_data_format_to_longer)
export(data_binding)
export(generate_qupath_script)
export(get_QC_plots)
export(get_QC_plots_parsed_merged_data)
export(make_count_dataframe)
export(make_run_config)
export(string_parsing)
import(ggplot2)
import(ggpubr)
import(knitr)
import(roxygen2)
import(testthat)
importFrom(dplyr,filter)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,any_of)
importFrom(utils,read.csv)