SpaceNet: A pathology-driven spatial disease network framework for exploring the molecular changes of lesions
SpaceNet is a pathology-guided spatial analysis framework that integrates imaging data with single-cell or single-nucleus RNA sequencing (sc/snRNA-seq) and spatially resolved transcriptomics (SRT). It identifies regions of interest (ROIs) directly from pathological or imaging features and characterizes these regions by detecting enriched cell types, dysregulated gene expression, and spatial co-expression networks.
This repository describes how to analyse your data with SpaceNet.
Details on SpaceNet:
- Installation
- Usage
- Relavants
#installation of conda_env, recommended version python3.8.20, consistent with development env
cd SpaceNet-release
conda create -n spacenet python=3.8.20
conda activate spacenet
#installation of requirements
pip install -r requirements.txt
choose one to integrate your scRNA-seq data with SRT data
visit STRING to obtain the lastest complete PPI database, or use a quick-start version of PPI database (support species: human, mouse, rat)
- STRING (Optional)
visualize your result with cytoscape
use our tool to select ROI, or save your disease_metric in st_adata.obs
example datasets can be accessed here
The output of SpaceNet containing:
- file 1: A csv file of enriched cell-types and theirs enrichment score
- file 2: A csv file of enriched genes and theirs enrichment score
- file 3: A csv file of spatial protein-protein interactions net
- file 4: A csv file of gene-celltype net
The SpaceNet demonstration video is available in the Releases section of this repository. Should you have any questions, please contact Menglei Wang at wangml@zju.edu.cn
