-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.63 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
# Generated by roxygen2: do not edit by hand
export(cb_celltypist)
export(cb_demux_gmm)
export(cb_enrichr_gsets)
export(cb_fgsea)
export(cb_filter_count_matrix)
export(cb_hyper)
export(cb_infercnv_report)
export(cb_load_counts)
export(cb_pos_markers)
export(cb_run_infercnv)
export(cb_seurat_pipeline)
export(cb_single_sample_report)
importFrom(Matrix,writeMM)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,DimPlot)
importFrom(Seurat,DoHeatmap)
importFrom(Seurat,FindClusters)
importFrom(Seurat,FindNeighbors)
importFrom(Seurat,GetResidual)
importFrom(Seurat,NoLegend)
importFrom(Seurat,PercentageFeatureSet)
importFrom(Seurat,Read10X_h5)
importFrom(Seurat,RunPCA)
importFrom(Seurat,RunUMAP)
importFrom(Seurat,SCTransform)
importFrom(Seurat,VlnPlot)
importFrom(Seurat,WhichCells)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_get)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,loess)
importFrom(stats,p.adjust)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,write.table)