bm2-lab / scMVP

MIT License
28 stars 11 forks source link

scMVP - single cell Multi-View Profiler

scMVP is a python toolkit for joint profiling of scRNA and scATAC data and analysis with multi-modal self-attention generation model.

Update logs

Installation

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

All processed dataset and trained models:

Download link: baidu cloud disk

Download code: mkij

User tutorial

Applying scMVP to sci-CAR cell line mixture. demo

Reference

A deep generative model for multi-view profiling of single-cell RNA-seq and ATAC-seq data. Genome Biology 2022 paper

Contact Authors

Prof. Qi Liu: qiliu@tongji.edu.cn
Dr. Gaoyang Li: lgyzngc@gmail.com
Shaliu Fu: adam.tongji@gmail.com