Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 925 Bytes

SpatialCorr-Sim: Simulate spatial transcriptomics data

PyPI Version

This package simulates spatial transcriptomics data with spatially varying correlation structure. To do so, it uses a Poisson-lognormal model with parameters inferred from an input dataset.

Here is a schematic overview of the simulation framework:

alt text

Installation

To install SpatialCorr-sim using Pip, run the following command:

pip install spatialcorr-sim

Usage

Documentation

The API manual can be found at https://spatialcorr-sim.readthedocs.io/en/latest/.

Tutorial

For a tutorial on how to simulate a spatial transcriptomics dataset, please see the Jupyter notebook, tutorial/SpatialCorr_sim_tutorial.ipynb.