Skip to content

Method for segmentation of spatial domains with smooth boundaries and clustering in spatial transcriptomics

License

Notifications You must be signed in to change notification settings

lmweber/smoothclust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoothclust

R build status

Overview

smoothclust is a method for segmentation of spatial domains and spatially-aware clustering in spatial transcriptomics data. The method generates spatial domains with smooth boundaries by smoothing gene expression profiles across neighboring spatial locations, followed by unsupervised clustering. Spatial domains consisting of consistent mixtures of cell types may then be further investigated by applying cell type compositional analyses or differential analyses.

Installation

The smoothclust package can be installed from Bioconductor as follows (using R version 4.4 onwards). This is the recommended installation for most users. Additional details are shown on the Bioconductor package landing page.

install.packages("BiocManager")
BiocManager::install("smoothclust")

The latest development version of the package can also be installed from the development version of Bioconductor, or alternatively from GitHub as follows.

remotes::install_github("lmweber/smoothclust")

Tutorial

For a tutorial and example workflow, see the package vignette.

Citation

In preparation.

About

Method for segmentation of spatial domains with smooth boundaries and clustering in spatial transcriptomics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages