-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.58 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
# Generated by roxygen2: do not edit by hand
export(dimPlotMisc)
export(dotPlotMisc)
export(vlnPlotMisc)
export(vlnPlotStacked)
import(ggplot2)
import(ggpubr)
importFrom(RColorBrewer,brewer.pal)
importFrom(Seurat,DimPlot)
importFrom(Seurat,DotPlot)
importFrom(Seurat,FetchData)
importFrom(aplot,insert_left)
importFrom(dplyr,"%>%")
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,alpha)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,unit)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRampPalette)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(magrittr,"%>%")
importFrom(paletteer,paletteer_d)
importFrom(patchwork,plot_layout)
importFrom(reshape2,melt)
importFrom(stringr,str_detect)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidydr,theme_dr)