-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(adaptiveSmoothing)
export(clustSIGNAL)
export(entropyMeasure)
export(neighbourDetect)
export(p1_clustering)
export(p2_clustering)
importFrom(BiocNeighbors,KmknnParam)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpparam)
importFrom(Matrix,sparseMatrix)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SpatialExperiment,spatialCoords)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,colData)
importFrom(bluster,KmeansParam)
importFrom(bluster,NNGraphParam)
importFrom(bluster,TwoStepParam)
importFrom(bluster,clusterRows)
importFrom(harmony,RunHarmony)
importFrom(methods,as)
importFrom(methods,show)
importFrom(reshape2,melt)
importFrom(scater,runPCA)
importFrom(stats,dexp)
importFrom(stats,dnorm)
importFrom(stats,setNames)