-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·78 lines (77 loc) · 2.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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(ComponentPlot)
export(DKCC)
export(DotPlotCompare)
export(GeneSummary)
export(GetSampleIDs)
export(IdentMeans)
export(myColours)
importFrom(Seurat,"DefaultAssay<-")
importFrom(Seurat,"Idents<-")
importFrom(Seurat,CellsByIdentities)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,DimPlot)
importFrom(Seurat,FetchData)
importFrom(Seurat,FindClusters)
importFrom(Seurat,FindNeighbors)
importFrom(Seurat,FindVariableFeatures)
importFrom(Seurat,Idents)
importFrom(Seurat,MinMax)
importFrom(Seurat,NoLegend)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,RunPCA)
importFrom(Seurat,RunUMAP)
importFrom(Seurat,ScaleData)
importFrom(Seurat,SplitObject)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(forcats,fct_relevel)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_colour_gradient2)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_void)
importFrom(magrittr,"%>%")
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_dfr)
importFrom(purrr,map_dbl)
importFrom(rlang,.data)
importFrom(scPred,scPredict)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)