Skip to content

Commit ce2fb4b

Browse files
committed
feat(SpatPlot): add spatial plots for Xenium data by Giotto
1 parent 11b53ff commit ce2fb4b

16 files changed

+27076
-342
lines changed

NAMESPACE

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Generated by roxygen2: do not edit by hand
22

3-
S3method(SpatialDimPlot,Seurat)
4-
S3method(SpatialFeaturePlot,Seurat)
3+
S3method(SpatDimPlot,Seurat)
4+
S3method(SpatDimPlot,giotto)
5+
S3method(SpatFeaturePlot,Seurat)
6+
S3method(SpatFeaturePlot,giotto)
57
export(CCCPlot)
68
export(CellDimPlot)
79
export(CellStatPlot)
@@ -24,8 +26,8 @@ export(FeatureStatPlot)
2426
export(GSEAPlot)
2527
export(GSEASummaryPlot)
2628
export(SCPlotterChat)
27-
export(SpatialDimPlot)
28-
export(SpatialFeaturePlot)
29+
export(SpatDimPlot)
30+
export(SpatFeaturePlot)
2931
export(VolcanoPlot)
3032
import(R6)
3133
importFrom(SeuratObject,DefaultDimReduc)

R/spatialplot.R

Lines changed: 656 additions & 186 deletions
Large diffs are not rendered by default.

man/SpatialPlot.Rd

Lines changed: 113 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-df_to_polygon_spatvector.Rd

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-new_scale_layers.Rd

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-seurat_points_layer.Rd

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)