-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (59 loc) · 1.56 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(BuildNicheExpressionAssay)
export(CellTypeNicheEnrichment)
export(CompareClusters)
export(ComputeAutocorrelation)
export(ComputeCoexpression)
export(ComputeRMetric)
export(ComputeSpatiallyVariableFeatures)
export(ConvertAnndata)
export(EvaluatePerformancePerCell)
export(EvaluatePerformancePerGene)
export(FindNiches)
export(MergeDatasets)
export(MultiometoSpatialObject)
export(PlotCellTypeEnrichmentBarPlot)
export(PlotCorrelation)
export(PlotCorrelationSpatial)
export(PlotGeneCorrelation)
export(PlotMoransiAcrossModality)
export(PlotNNDistance)
export(PlotNicheEnrichmentBarPlot)
export(PlotNicheEnrichmentHeatmap)
export(PlotSpatialAssignment)
export(PlotSpatialRankAcrossModality)
export(PlotSpatialVariableRanks)
export(PlotSummedExpressionSpatial)
export(RunProjection)
export(VisualiseCoexpression)
export(VisualiseCoexpressionWindow)
export(VisualiseFeatures)
export(VisualisePairedModality)
export(VisualisePairedModalityOneCounterpart)
export(VisualiseSingleModality)
import(Matrix, except = c(head, tail))
import(Seurat)
import(SeuratObject)
import(dbscan)
import(dplyr)
import(ggplot2)
import(ggpubr)
import(ggrepel)
import(matrixStats, except = count)
import(reshape2)
import(sf)
import(sfdep)
import(spdep)
import(tibble)
import(utils)
import(viridis)
importFrom(grDevices,cairo_pdf)
importFrom(grDevices,dev.off)
importFrom(harmony,RunHarmony)
importFrom(magrittr,"%>%")
importFrom(pheatmap,pheatmap)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(tidyr,separate)