-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
83 lines (82 loc) · 2.18 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
export("%>%")
export(Append_perm_pval)
export(GI_screen)
export(GI_screen_perms)
export(Pval_perm_adjust)
export(annotate_df)
export(coessential_map)
export(common_coefs_coess)
export(common_coefs_prot)
export(common_coefs_rna)
export(download_example_data)
export(extract_prot)
export(extract_rna)
export(get_DepMapID)
export(get_GeneNameID)
export(get_inflection_points)
export(list_cancer_subtypes)
export(list_cancer_types)
export(list_mutations)
export(plot_coess)
export(plot_screen)
export(protein_coexpress)
export(rna_coexpress)
export(select_cell_lines)
import(dplyr)
import(rlang)
import(stringr)
import(utils)
importFrom(BiocFileCache,bfcrpath)
importFrom(RootsExtremaInflections,inflexi)
importFrom(broom,tidy)
importFrom(diptest,dip.test)
importFrom(doMC,registerDoMC)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(forcats,fct_relevel)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,scale_colour_identity)
importFrom(ggplot2,scale_size_identity)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(purrr,map_dbl)
importFrom(rcompanion,cliffDelta)
importFrom(readr,write_csv)
importFrom(rlang,.data)
importFrom(stats,IQR)
importFrom(stats,cor.test)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,sd)
importFrom(stats,wilcox.test)
importFrom(stringr,str_detect)
importFrom(stringr,str_split_fixed)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,everything)
importFrom(tools,R_user_dir)