Skip to content

Deep generative modeling for single-cell transcriptomics

License

Notifications You must be signed in to change notification settings

maggishaggy/scVI

 
 

Repository files navigation

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.
  2. 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.
  3. 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.

  4. 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • Python 2.0%