Nanostring-Biostats / FastReseg

FastReseg for detection and correction of cell segmentation error based on spatial profile of transcripts.
https://nanostring-biostats.github.io/FastReseg/
Other
4 stars 1 forks source link

FastReseg

An R package for detection and correction of cell segmentation error based on spatial profile of transcripts

Dev notes

FastReseg package processes spatial transcriptome data through 5 different modules:

For convenience, two pipeline wrapper functions are included for streamline processing of multi-FOV dataset to different exit points.

System requirements

Demo

See the "vignettes" folder.

Workflow:

Schematic of FastReseg workflow

Installation

Install the development version from GitHub

if(!requireNamespace("GiottoClass", quietly=TRUE))
  remotes::install_github("drieslab/GiottoClass", upgrade="never", 
  ref = "6d9d385beebcc57b78d34ffbe30be1ef0a184681")

devtools::install_github("Nanostring-Biostats/FastReseg", 
                         build_vignettes = TRUE, ref = "main")