-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
60 lines (59 loc) · 1.54 KB
/
NAMESPACE
File metadata and controls
60 lines (59 loc) · 1.54 KB
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
# Generated by roxygen2: do not edit by hand
export(BoxPlot.nulisa)
export(ColorPlot)
export(DimPlot.patient)
export(DotPlot.ssc)
export(FeaturePlot.meta)
export(HeatmapPlot.ssc)
export(PercentPlot.single)
export(PiePlot.ssc)
export(ToMeta)
export(VennPlot)
export(VlnPlot.compact)
export(VlnPlot.ssc)
export(VlnPlot.xlabel)
import(ComplexHeatmap)
import(dplyr)
import(ggplot2)
import(scales)
importFrom(Seurat,"%iff%")
importFrom(Seurat,AutoPointSize)
importFrom(Seurat,CenterTitle)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,Embeddings)
importFrom(Seurat,FeaturePlot)
importFrom(Seurat,FetchData)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,IFeaturePlot)
importFrom(Seurat,Idents)
importFrom(Seurat,Key)
importFrom(Seurat,LabelClusters)
importFrom(Seurat,NoLegend)
importFrom(Seurat,SetQuantile)
importFrom(Seurat,SingleDimPlot)
importFrom(Seurat,`DefaultAssay<-`)
importFrom(Seurat,`Idents<-`)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,summarise)
importFrom(eulerr,error_plot)
importFrom(eulerr,euler)
importFrom(grDevices,hcl)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(patchwork,wrap_plots)
importFrom(stats,model.matrix)
importFrom(stats,reformulate)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)
importFrom(tidyr,unite)
importFrom(utils,combn)
importFrom(utils,flush.console)
importFrom(utils,write.table)