SPACEL: characterizing spatial transcriptome architectures by deep-learning
Project description
SPACEL: characterizing spatial transcriptome architectures by deep-learning
SPACEL (SPatial Architecture Characterization by dEep Learning) is a Python package of deep-learning-based methods for ST data analysis. SPACEL consists of three modules:
- Spoint embedded a multiple-layer perceptron with a probabilistic model to deconvolute cell type composition for each spot on single ST slice.
- Splane employs a graph convolutional network approach and an adversarial learning algorithm to identify uniform spatial domains that are transcriptomically and spatially coherent across multiple ST slices.
- Scube automatically transforms the spatial coordinate systems of consecutive slices and stacks them together to construct a three-dimensional (3D) alignment of the tissue.
Getting started
- Requirements
- Installation
- Tutorials
- Spoint tutorial: Deconvolution of cell types compostion on human brain Visium dataset
- Splane tutorial: Identify uniform spatial domain on human breast cancer Visium dataset
- Splane&Scube tutorial (1/2): Identify uniform spatial domain on human brain MERFISH dataset
- Splane&Scube tutorial (1/2): Alignment of consecutive ST slices on human brain MERFISH dataset
- Scube tutorial: Alignment of consecutive ST slices on mouse embryo Stereo-seq dataset
- Scube tutorial: 3D expression modeling with gaussian process regression
- SPACEL workflow (1/3): Deconvolution by Spoint on mouse brain ST dataset
- SPACEL workflow (2/3): Identification of spatial domain by Splane on mouse brain ST dataset
- SPACEL workflow (3/3): Alignment 3D tissue by Scube on mouse brain ST dataset
Read the documentation for more information.
Latest updates
Version 1.1.8 2024-07-23
Fixed Bugs
- Fixed the conflict between optax version and phthon 3.8.
Version 1.1.7 2024-01-16
Fixed Bugs
- Fixed a variable reference error in function
identify_spatial_domain. Thanks to @tobias-zehnde for the contribution.
Version 1.1.6 2023-07-27
Fixed Bugs
- Fixed a bug regarding the similarity loss weight hyperparameter
simi_l, which in the previous version did not affect the loss value.
Requirements
Note: The current version of SPACEL only supports Linux and MacOS, not Windows platform.
To install SPACEL, you need to install PyTorch with GPU support first. If you don't need GPU acceleration, you can just skip the installation for cudnn and cudatoolkit.
- Create conda environment for
SPACEL:
conda env create -f environment.yml
or
conda create -n SPACEL -c conda-forge -c default cudatoolkit=10.2 python=3.8 rpy2 r-base r-fitdistrplus
You must choose correct PyTorch, cudnn and cudatoolkit version dependent on your graphic driver version.
Note: If you want to run 3D expression GPR model in Scube, you need to install the Open3D python library first.
Installation
- Install
SPACEL:
pip install SPACEL
- Test if PyTorch for GPU available:
python
>>> import torch
>>> torch.cuda.is_available()
If these command line have not return True, please check your gpu driver version and cudatoolkit version. For more detail, look at CUDA Toolkit Major Component Versions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SPACEL-1.1.8.tar.gz.
File metadata
- Download URL: SPACEL-1.1.8.tar.gz
- Upload date:
- Size: 38.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fe30a920b647051bdd3e022a2207790bd15a5c7df052d0020286741ff119360
|
|
| MD5 |
a9c0fced06cc290829ed50082ffb92a0
|
|
| BLAKE2b-256 |
2bf98f3960f64c420055e12b63a727a14f6747dfa32ac08f1ea026f87107d19c
|
File details
Details for the file SPACEL-1.1.8-py3-none-any.whl.
File metadata
- Download URL: SPACEL-1.1.8-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d31776e0f7fa5774b1050e055f6deb101d4b66bc3d1fd3b60a532e8aea2304
|
|
| MD5 |
0e4d57e3da4e8dd3ffe94e879b143699
|
|
| BLAKE2b-256 |
3fa9c1fb15379afa4347e57de7387e4896d634c4656e5fbe4b4af11f5e3afd71
|