-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 1.01 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
# Generated by roxygen2: do not edit by hand
export(calcSpatialCor)
export(cellTypeAttribution)
export(defineModules)
export(insitucor)
export(plotCorrelationNetwork)
export(scoreModules)
importFrom(Matrix,colMeans)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rfast,cova)
importFrom(data.table,':=')
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,uniqueN)
importFrom(grDevices,colors)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,cluster_leiden)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,plot.igraph)
importFrom(methods,as)
importFrom(spatstat.geom,closepairs)
importFrom(spatstat.geom,nndist)
importFrom(spatstat.geom,nnwhich)
importFrom(spatstat.geom,ppp)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,rnorm)
importFrom(utils,head)
importFrom(uwot,umap)
importFrom(withr,with_seed)