Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.53 KB
PyPI Version PyPI downloads Documentation Status

SOAPy: A package for Spatial-Omics Analysis in Python

Brief Introduction

SOAPy is an integrated toolkit that focuses on addressing spatial heterogeneity. SOAPy contains four data preprocessing modules (“Data Import”, “spatial network”, and “Spatial Domain”), three modules for analyzing spatial expression patterns of genes (“Spatial Variation”, “Spatial Tendency”, and “Spatiotemporal Pattern”), two modules for analyzing the spatial architecture of cells (“Spatial Proximity”, “Spatial Composition”), and two module for analyzing Spatial Communication.

Tutorial

https://soapy-st.readthedocs.io/en/latest/

Pipeline

Installation

pip:

    pip install SOAPy-st

github:

    cd SOAPy-st
    python setup.py build
    python setup.py install