-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(get_num_cell_per_spot)
export(remove_mito_ribo)
export(run_CCI)
export(run_L_function)
export(run_Morans_I)
export(run_association_study_report)
export(run_celltype_interaction)
export(run_gene_cor)
export(run_gene_cor_celltype)
export(run_gene_mean)
export(run_gene_mean_celltype)
export(run_gene_prop)
export(run_gene_prop_celltype)
export(run_nn_correlation)
export(run_pathway_gsva)
export(run_pathway_mean)
export(run_pathway_prop)
export(run_proportion_logit)
export(run_proportion_ratio)
export(run_proportion_raw)
export(scFeatures)
import(DelayedArray)
import(EnsDb.Hsapiens.v79)
import(EnsDb.Mmusculus.v79)
import(SingleCellSignalR)
import(dplyr)
import(rmarkdown)
importFrom(AUCell,AUCell_buildRankings)
importFrom(AUCell,AUCell_calcAUC)
importFrom(AUCell,getAUC)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(DelayedArray,DelayedArray)
importFrom(DelayedMatrixStats,colMeans2)
importFrom(DelayedMatrixStats,rowMeans2)
importFrom(DelayedMatrixStats,rowVars)
importFrom(GSVA,gsva)
importFrom(MatrixGenerics,colSums2)
importFrom(ape,Moran.I)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(gtools,logit)
importFrom(methods,is)
importFrom(msigdbr,msigdbr)
importFrom(proxyC,simil)
importFrom(reshape2,melt)
importFrom(spatstat.explore,nncorr)
importFrom(spatstat.geom,pairdist)
importFrom(spatstat.geom,ppp)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(tidyr,pivot_wider)