-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (30 loc) · 882 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
# Generated by roxygen2: do not edit by hand
export(findArtifacts)
export(flagVisiumOutliers)
export(localOutliers)
export(localVariance)
export(plotQCmetrics)
export(plotQCpdf)
import(SingleCellExperiment)
import(SpatialExperiment)
importFrom(BiocNeighbors,findKNN)
importFrom(BiocParallel,MulticoreParam)
importFrom(MASS,rlm)
importFrom(SummarizedExperiment,colData)
importFrom(escheR,add_fill)
importFrom(escheR,add_ground)
importFrom(escheR,make_escheR)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_y_reverse)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(spatialEco,outliers)
importFrom(stats,kmeans)
importFrom(stats,prcomp)
importFrom(stats,resid)
importFrom(stats,var)
importFrom(utils,data)