-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(plotAtlas)
export(prepAtlas)
importFrom(MASS,kde2d)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,colData)
importFrom(colorspace,darken)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_map)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_density_2d)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,rgb)
importFrom(isoband,isobands)
importFrom(methods,is)
importFrom(oveRlay,makeOverlay)
importFrom(polyclip,pointinpolygon)
importFrom(reshape2,acast)
importFrom(scales,rescale)
importFrom(stats,ksmooth)
importFrom(stats,median)