-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
115 lines (114 loc) · 3.22 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(Coereba_App)
export(Coereba_GateCutoffs)
export(Coereba_MarkerExpressions)
export(Coereba_UpdateGates)
export(Utility_Behemoth)
export(Utility_Coereba)
export(Utility_Heatmap)
export(Utility_MarkerPlots)
export(Utility_Stats)
importClassesFrom(fBasics,fHTEST)
importFrom(Biobase,pData)
importFrom(BiocGenerics,nrow)
importFrom(Luciernaga,NameCleanUp)
importFrom(RColorBrewer,brewer.pal)
importFrom(broom,tidy)
importFrom(data.table,fread)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,slice)
importFrom(dplyr,slice_sample)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(flowCore,exprs)
importFrom(flowCore,keyword)
importFrom(flowCore,parameters)
importFrom(flowCore,write.FCS)
importFrom(flowWorkspace,gs_get_pop_paths)
importFrom(flowWorkspace,gs_pop_get_data)
importFrom(flowWorkspace,gs_pop_get_gate)
importFrom(flowWorkspace,keyword)
importFrom(ggbeeswarm,geom_beeswarm)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,stat_summary)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(gt,cell_fill)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cols_align)
importFrom(gt,cols_width)
importFrom(gt,gt)
importFrom(gt,opt_table_font)
importFrom(gt,sub_values)
importFrom(gt,tab_style)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(openCyto,gs_add_gating_method)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(shiny,runApp)
importFrom(stats,aov)
importFrom(stats,kruskal.test)
importFrom(stats,loess)
importFrom(stats,pairwise.t.test)
importFrom(stats,pairwise.wilcox.test)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,shapiro.test)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(stringr,str_detect)
importFrom(stringr,str_pad)
importFrom(stringr,str_wrap)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_wider_delim)
importFrom(tidyr,unnest)
importFrom(tidyselect,all_of)
importFrom(tidyselect,any_of)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
importFrom(tidyselect,where)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(viridis,scale_fill_viridis)
importFrom(zoo,rollapply)
importFrom(zoo,zoo)