-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export(":=")
export(.data)
export(as_label)
export(as_name)
export(cluster)
export(create_object)
export(enquo)
export(enquos)
export(plot_distribution)
export(plot_dr)
export(plot_heatmap)
export(plot_spatial)
export(run_umap)
export(transform)
import(SpatialExperiment)
import(cowplot)
import(ggplot2)
import(stringr)
import(tidyselect)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,draw)
importFrom(FNN,knn.reg)
importFrom(RColorBrewer,brewer.pal)
importFrom(SingleCellExperiment,"logcounts<-")
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,counts)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(data.table,fread)
importFrom(dplyr,select)
importFrom(ggsci,pal_igv)
importFrom(glue,glue)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(igraph,cluster_leiden)
importFrom(janitor,clean_names)
importFrom(janitor,tabyl)
importFrom(methods,is)
importFrom(readr,write_csv)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(scattermore,geom_scattermore)
importFrom(scran,buildSNNGraph)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,pivot_longer)
importFrom(tidyselect,everything)
importFrom(uwot,umap)