STAGE is designed for high-density generation for spatially resolved transcriptomics data. STAGE learns low-dimensional latent embeddings
to fit spatial information for gene expression data. The method adopts
specific loss functions to generate meaningful gene expression data.
Specifically, the latent layer adopts weighted sum of
It is recommended to use a Python version between 3.7
and 3.9
.
scanpy>=1.8.2,<=1.9.6
torch>=1.8.0,<=1.13.0
torchvision>=0.9.0,<=1.14.1
In addition, if you choose to use GPU, the versions of torch and torchvision need to be compatible with the version of CUDA.
After download STAGE from Github, you can install STAGE via
cd STAGE-main
python setup.py build
python setup.py install
In addition, if you choose to install STAGE in a virtual environment, you must install the imageio and igraph packages first.
The following are detailed tutorials. Some related additional files can be downloaded here.