-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.08 KB
/
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
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export(calc_crispr)
export(calc_gi)
export(example_data_folder)
export(get_example_data)
export(gimap_annotate)
export(gimap_filter)
export(gimap_normalize)
export(qc_cdf)
export(qc_constructs_countzero_bar)
export(qc_cor_heatmap)
export(qc_plasmid_histogram)
export(qc_sample_hist)
export(qc_variance_hist)
export(run_qc)
export(setup_data)
export(supported_cell_lines)
import(dplyr)
import(ggplot2)
import(kableExtra)
importFrom(dplyr,across)
importFrom(dplyr,if_any)
importFrom(dplyr,mutate)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(janitor,clean_names)
importFrom(magrittr,"%>%")
importFrom(pheatmap,pheatmap)
importFrom(purrr,map)
importFrom(purrr,reduce)
importFrom(readr,write_rds)
importFrom(readr,write_tsv)
importFrom(stats,cor)
importFrom(stats,p.adjust)
importFrom(stats,quantile)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(stringr,str_split)
importFrom(stringr,word)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unite)
importFrom(utils,browseURL)