Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 3.02 KB

README.rst

File metadata and controls

75 lines (53 loc) · 3.02 KB

scVI

PyPI bioconda Documentation Status Build Status Coverage

Single-cell Variational Inference

Quick Start

  1. Install Python 3.6 or later. We typically use the Miniconda Python distribution.
  1. Install PyTorch. If you have an Nvidia GPU, be sure to install a version of PyTorch that supports it -- scVI runs much faster with a discrete GPU.
  1. Install scVI through pip (pip install scvi). We also support conda (conda install scvi -c bioconda ) but due to some packaging issues of pytorch, it will force pytorch 0.4.1. Alternatively, you may download or clone this repository and run python setup.py install.
  2. Follow along with our Jupyter notebooks to quickly get familiar with scVI!
    1. Getting started:
    2. Analyzing several datasets:
    3. Advanced topics:

References

Romain Lopez, Jeffrey Regier, Michael Cole, Michael I. Jordan, Nir Yosef. "Deep generative modeling for single-cell transcriptomics." Nature Methods, 2018. [pdf]

Chenling Xu∗, Romain Lopez∗, Edouard Mehlman∗, Jeffrey Regier, Michael I. Jordan, Nir Yosef. "Harmonization and Annotation of Single-cell Transcriptomics data with Deep Generative Models." Submitted, 2019. [pdf]