-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.98 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ModulePlot)
export(ReadCellBender_h5)
export(abBoxPlot)
export(abVolPlot)
export(abundanceTbl)
export(avgExp)
export(clustifyFun)
export(compStat)
export(dotPlot)
export(dotplotPropeller)
export(enrichrRun)
export(fPlot)
export(fPlotCustom)
export(findMarkersPresto)
export(lss)
export(pHeatmap)
export(pcaSeurat)
export(plotEnrichr)
export(plotPropeller)
export(plotSlingshot)
export(propellerCalc)
export(stackedPlot)
export(theme_rect)
import(Matrix)
importFrom(Seurat,DimPlot)
importFrom(Seurat,Embeddings)
importFrom(Seurat,Idents)
importFrom(dplyr,across)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(forcats,fct_reorder)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(rstatix,wilcox_test)
importFrom(stats,as.formula)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(stats,symnum)
importFrom(stringr,str_detect)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,where)
importFrom(utils,object.size)