scMVP is a python toolkit for joint profiling of scRNA and scATAC data and analysis with multi-modal self-attention generation model.
Environment requirements:
scMVP requires Python3.7.x and Pytorch.
For example, use miniconda to install python and pytorch of CPU or GPU version.
We have tested the GPU version on NVIDA 1080Ti platform with CUDA version 10.2.
conda install -c pytorch python=3.7 pytorch
# if you do not have jupyter notebook/ipython notebook, you can also install by conda
conda install jupyter
Then you can install scMVP from github repo:
# first move to your target directory
git clone https://github.com/bm2-lab/scMVP.git
cd scMVP/
python setup.py install
Try import scMVP
in your python console and start your first tutorial with scMVP!
Jupyter notebooks for other datasets analyzed and benchmarked in our GB paper are deposited in folder
Download link: baidu cloud disk
Download code: mkij
Applying scMVP to sci-CAR cell line mixture. demo
A deep generative model for multi-view profiling of single-cell RNA-seq and ATAC-seq data. Genome Biology 2022 paper
Prof. Qi Liu: qiliu@tongji.edu.cn
Dr. Gaoyang Li: lgyzngc@gmail.com
Shaliu Fu: adam.tongji@gmail.com