Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.74 KB

5_cluster_digitization.md

File metadata and controls

50 lines (30 loc) · 1.74 KB

Clustering and digitization

Spateo recommands using a combination strategy of spatial domain clustering on binning data and single-cell clustering on spatially segmented cells, to leverage high-resolution spatial transcriptomics data to reveal both anatomical and cellular heterogeneity. Here we demonstrate how spateo obtains spatial domains with our new spatially constrained clustering (SCC) algorithm, and how to harmonize and visualize spatial domain and cell type characterization.

:maxdepth: 0
:titlesonly: true

./5_cluster_digitization/1_bin_scc.ipynb
./5_cluster_digitization/2_cellbin_visualize.ipynb

Combining anatomical and cellular information enables multiple aspects to perform spatial statistical analysis. We include two simple showcases on:

  1. summarizing cell type composition in each domain, or domain specificity of cell types.
  2. cell type co-localization analysis.
:maxdepth: 0
:titlesonly: true

./5_cluster_digitization/3_combined_analysis.ipynb

Spateo employs Moran's I to search spatially informative genes with interesting expression patterns. Genes with similar patterns are then grouped into archetypes, enabling functional annotation on those patterned region.

:maxdepth: 0
:titlesonly: true

./5_cluster_digitization/4_svg_archetype.ipynb

Digitization aims to quantify and meature the spatial pattern or variation of biological features (i.e. gene expression, cell type, etc.). Spateo implemented basic digitizing operations to tackle most biological scenarios.

:maxdepth: 0
:titlesonly: true

./5_cluster_digitization/5_borderline_digitization.ipynb
./5_cluster_digitization/6_layer_column_digitization.ipynb
./5_cluster_digitization/7_3d_mesh_digitization.ipynb