-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.77 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
# Generated by roxygen2: do not edit by hand
S3method(element_grob,element_line2)
export("%>%")
export(CoordPolar2)
export(FacetGridNew)
export(FacetWrapNew)
export(GeomMarkArrow)
export(GeomMarklabel)
export(GeomSCdot)
export(GeomSCpoint)
export(GeomSCpoint2)
export(GeomSCtile)
export(GeomSCviolin)
export(coord_polar2)
export(element_line2)
export(facet_feature)
export(facet_gridnew)
export(facet_hetamap)
export(facet_new)
export(facet_wrapnew)
export(fetch_data)
export(geom_markArrow)
export(geom_marklabel)
export(geom_scDot)
export(geom_scPoint)
export(geom_scPoint2)
export(geom_scTile)
export(geom_scViolin)
export(ggscplot)
export(legendGrob2)
export(scale_color_random)
export(scale_fill_random)
export(theme_sc)
import(dplyr)
import(ggdendro)
import(ggplot2)
import(grid)
import(gtable)
import(lifecycle)
import(reshape2)
import(rlang)
import(scales)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FetchData)
importFrom(Seurat,PercentAbove)
importFrom(circlize,rand_color)
importFrom(dplyr,case_when)
importFrom(dplyr,select)
importFrom(ggcirclize,as.radian)
importFrom(ggcirclize,as.theta)
importFrom(ggcirclize,smartLabelAlignGrob)
importFrom(ggh4x,elem_list_rect)
importFrom(ggh4x,facet_grid2)
importFrom(ggh4x,strip_themed)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_grob)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(grDevices,as.graphicsAnnot)
importFrom(grid,gpar)
importFrom(grid,segmentsGrob)
importFrom(grid,textGrob)
importFrom(grid,viewport)
importFrom(magrittr,"%>%")
importFrom(stats,as.dendrogram)
importFrom(stats,density)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,order.dendrogram)
importFrom(tidyr,spread)
importFrom(vctrs,vec_cbind)
importFrom(vctrs,vec_interleave)
importFrom(vctrs,vec_match)