-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
61 lines (60 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
S3method(scDotPlot,Seurat)
S3method(scDotPlot,SingleCellExperiment)
S3method(scDotPlot,default)
export(scDotPlot)
import(ggplot2)
importFrom(BiocGenerics,as.data.frame)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,DotPlot)
importFrom(Seurat,FetchData)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,rowData)
importFrom(aplot,insert_left)
importFrom(aplot,insert_top)
importFrom(cli,cli_abort)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guide_none)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_size_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggsci,scale_fill_cosmic)
importFrom(ggsci,scale_fill_d3)
importFrom(ggtree,ggtree)
importFrom(ggtree,layout_dendrogram)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scales,muted)
importFrom(scater,plotDots)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stringr,str_sort)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_wider)