lmweber / smoothclust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:R 100.0%