forked from shangll123/SpatialPCA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1 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
# Generated by roxygen2: do not edit by hand
export(CreateSpatialPCAObject)
export(SpatialPCA_EstimateLoading)
export(SpatialPCA_Multiple_Sample)
export(SpatialPCA_SpatialPCs)
export(SpatialPCA_buildKernel)
export(SpatialPCA_expr_pred)
export(SpatialPCA_highresolution)
export(bandwidth_select)
export(fx_CHAOS)
export(fx_PAS)
export(get_NMF)
export(get_PCA)
export(kernel_build)
export(kernel_build_sparse)
export(louvain_clustering)
export(plot_RGB_UMAP)
export(plot_RGB_tSNE)
export(plot_cluster)
export(plot_factor_value)
export(plot_trajectory)
export(refine_cluster_10x)
export(walktrap_clustering)
exportClasses(SpatialPCA)
import(MASS)
import(RSpectra)
import(Rtsne)
import(SPARK)
import(Seurat)
import(ggplot2)
import(parallel)
import(pdist)
import(tidyr)
import(umap)
importFrom(grDevices,rgb)
importFrom(methods,as)
importFrom(methods,new)
importFrom(stats,bw.SJ)
importFrom(stats,bw.nrd0)
importFrom(stats,dist)
importFrom(stats,filter)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optim)