-
Notifications
You must be signed in to change notification settings - Fork 25
/
NAMESPACE
33 lines (32 loc) · 868 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(SPOTlight)
export(getMGS)
export(mockSC)
export(mockSP)
export(plotCorrelationMatrix)
export(plotImage)
export(plotInteractions)
export(plotSpatialScatterpie)
export(plotTopicProfiles)
export(runDeconvolution)
export(trainNMF)
import(ggplot2)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(NMF,basis)
importFrom(NMF,coef)
importFrom(NMF,nmf)
importFrom(NMF,nmfModel)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,cbind)
importFrom(SingleCellExperiment,colLabels)
importFrom(SingleCellExperiment,counts)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,rowAlls)
importFrom(nnls,nnls)
importFrom(sparseMatrixStats,rowSds)
importFrom(stats,aggregate)
importFrom(stats,rnbinom)
importFrom(stats,runif)