-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
134 lines (133 loc) · 3.93 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
export(CCCPlot)
export(CellDimPlot)
export(CellStatPlot)
export(ClonalAbundancePlot)
export(ClonalCompositionPlot)
export(ClonalDiversityPlot)
export(ClonalGeneUsagePlot)
export(ClonalKmerPlot)
export(ClonalLengthPlot)
export(ClonalOverlapPlot)
export(ClonalPositionalPlot)
export(ClonalRarefactionPlot)
export(ClonalResidencyPlot)
export(ClonalVolumePlot)
export(ClustreePlot)
export(EnrichmentPlot)
export(FeatureStatPlot)
export(GSEAPlot)
export(GSEASummaryPlot)
export(PrepareEnrichrResult)
export(VolcanoPlot)
importFrom(SeuratObject,DefaultDimReduc)
importFrom(SeuratObject,Embeddings)
importFrom(SeuratObject,GetAssayData)
importFrom(SeuratObject,Graphs)
importFrom(SeuratObject,Reductions)
importFrom(circlize,colorRamp2)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,slice_sample)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,unit)
importFrom(ggplot2,waiver)
importFrom(plotthis,AreaPlot)
importFrom(plotthis,BarPlot)
importFrom(plotthis,BoxPlot)
importFrom(plotthis,ChordPlot)
importFrom(plotthis,CircosPlot)
importFrom(plotthis,CorPairsPlot)
importFrom(plotthis,CorPlot)
importFrom(plotthis,DensityPlot)
importFrom(plotthis,DimPlot)
importFrom(plotthis,DotPlot)
importFrom(plotthis,EnrichMap)
importFrom(plotthis,EnrichNetwork)
importFrom(plotthis,FeatureDimPlot)
importFrom(plotthis,GSEAPlot)
importFrom(plotthis,GSEASummaryPlot)
importFrom(plotthis,Heatmap)
importFrom(plotthis,Histogram)
importFrom(plotthis,LinePlot)
importFrom(plotthis,LollipopPlot)
importFrom(plotthis,Network)
importFrom(plotthis,PieChart)
importFrom(plotthis,PrepareEnrichrResult)
importFrom(plotthis,RadarPlot)
importFrom(plotthis,RarefactionPlot)
importFrom(plotthis,RidgePlot)
importFrom(plotthis,RingPlot)
importFrom(plotthis,SankeyPlot)
importFrom(plotthis,ScatterPlot)
importFrom(plotthis,SpiderPlot)
importFrom(plotthis,TrendPlot)
importFrom(plotthis,UpsetPlot)
importFrom(plotthis,VennDiagram)
importFrom(plotthis,ViolinPlot)
importFrom(plotthis,VolcanoPlot)
importFrom(plotthis,WordCloudPlot)
importFrom(plotthis,palette_this)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scRepertoire,addVariable)
importFrom(scRepertoire,clonalAbundance)
importFrom(scRepertoire,clonalDiversity)
importFrom(scRepertoire,clonalHomeostasis)
importFrom(scRepertoire,clonalLength)
importFrom(scRepertoire,clonalOverlap)
importFrom(scRepertoire,clonalProportion)
importFrom(scRepertoire,clonalQuant)
importFrom(scRepertoire,clonalScatter)
importFrom(scRepertoire,percentAA)
importFrom(scRepertoire,percentKmer)
importFrom(scRepertoire,positionalEntropy)
importFrom(scRepertoire,positionalProperty)
importFrom(scRepertoire,vizGenes)
importFrom(stats,as.dist)
importFrom(stats,cor.test)
importFrom(stats,quantile)
importFrom(stringr,str_wrap)
importFrom(tidyr,complete)
importFrom(tidyr,drop_na)
importFrom(tidyr,full_seq)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,combn)
importFrom(utils,getFromNamespace)