-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
61 lines (60 loc) · 1.79 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(clusterBanksy)
export(clusterNames)
export(compareClusters)
export(computeBanksy)
export(connectClusters)
export(getBanksyMatrix)
export(runBanksyPCA)
export(runBanksyUMAP)
export(simulateDataset)
export(smoothLabels)
importFrom(RcppHungarian,HungarianSolver)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,"reducedDim<-")
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SpatialExperiment,SpatialExperiment)
importFrom(SpatialExperiment,spatialCoords)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(aricode,AMI)
importFrom(aricode,ARI)
importFrom(aricode,MARI)
importFrom(aricode,MARIraw)
importFrom(aricode,NID)
importFrom(aricode,NMI)
importFrom(aricode,NVI)
importFrom(aricode,RI)
importFrom(data.table,.N)
importFrom(data.table,.SD)
importFrom(data.table,`:=`)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(dbscan,kNN)
importFrom(dbscan,sNN)
importFrom(igraph,as.undirected)
importFrom(igraph,cluster_louvain)
importFrom(igraph,graph_from_data_frame)
importFrom(irlba,prcomp_irlba)
importFrom(leidenAlg,leiden.community)
importFrom(matrixStats,rowSds)
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(stats,dnorm)
importFrom(stats,kmeans)
importFrom(stats,median)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(uwot,umap)