Skip to content

DongqingSun96/Cellist

Repository files navigation

Cellist

PyPI Downloads Documentation Status

Cell identification in high-resolution Spatial Transcriptomics

Cellist is a computational method to perform cell segmentation on high-resolution spatial transcriptomics (ST) data, including sequncing-based (e.g. Stereo-seq and Seq-Scope) and imaging-based (e.g. seqFISH+ and STARmap) technologies.

avatar

Change Log

v0.0.1a

  • Build Cellist.

v1.0.0

  • Release Cellist.

Install Cellist

git clone https://github.com/wanglabtongji/Cellist.git
cd Cellist
conda create -n Cellist python=3.10
pip install -r requirements.txt
pip install .

Documentation

For full installation and usage of Cellist, please refer to the documentation.

Usage

cellist --help
usage: cellist [-h] [-v] {seg,align,watershed,impute} ...

Cellist (Cell identification in high-resolution Spatial Transcriptomics) is a cell segmentation tool for high-resolution spatial transcriptomics.

positional arguments:
  {seg,align,watershed,impute}
    seg                 Run Cellist segmentation on high-resolution spatial transcriptomics.
    align               Refine alignment between image and spatial transcriptomics.
    watershed           Run initial watershed segmentation on the staining image.
    impute              Perform spatially-aware gene imputation within each cluster.

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Print version info.

About

Cell identification in high-resolution Spatial Transcriptomics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages