-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.5 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
export("%>%")
export(compute_facet_dim)
export(generate_palette_complex_heatmap)
export(generate_palette_ggplot)
export(get_palette)
export(plot_barplot)
export(plot_data_overview)
export(plot_distributions)
export(plot_facets)
export(plot_heatmap)
export(plot_pairwise_annotation)
export(plot_pairwise_scatterplot)
export(theme_ggexp)
import(ggplot2)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,HeatmapAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(circlize,colorRamp2)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select_if)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(dummies,dummy.data.frame)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(ggforce,geom_sina)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,wrap_dims)
importFrom(ggridges,geom_density_ridges)
importFrom(grid,gpar)
importFrom(magrittr,"%>%")
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,pmap_dfr)
importFrom(stats,na.omit)
importFrom(tidyr,nest)
importFrom(tidyr,unnest)
importFrom(viridisLite,cividis)
importFrom(viridisLite,inferno)
importFrom(viridisLite,magma)
importFrom(viridisLite,plasma)
importFrom(viridisLite,viridis)