jimmayxu / scVI

Deep generative modeling for single-cell transcriptomics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scVI

PyPI bioconda Documentation Status Build Status Coverage

Single-cell Variational Inference

Quick Start

  1. Install Python 3.7. 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 conda:

    conda install scvi -c bioconda -c conda-forge

    Alternatively, you may try pip (pip install scvi), or you may 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]

About

Deep generative modeling for single-cell transcriptomics

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%Language:Makefile 0.0%