jaydu1 / VITAE

Joint Trajectory Inference for Single-cell Genomics Using Deep Learning with a Mixture Prior

Home Page:https://jaydu1.github.io/VITAE/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python PyPI-Downloads Conda Downloads docs

Joint Trajectory Inference for Single-cell Genomics Using Deep Learning with a Mixture Prior

This is a Python package, VITAE, to perform trajectory inference for single-cell RNA sequencing (scRNA-seq). VITAE is a probabilistic method combining a latent hierarchical mixture model with variational autoencoders to infer trajectories from posterior approximations. VITAE is computationally scalable and can adjust for confounding covariates to learn a shared trajectory from multiple datasets. VITAE also provides uncertainty quantification of the inferred trajectory and cell positions and can find differentially expressed genes along the trajectory. For more information, please check out our manuscript on bioRXiv.

Tutorials

We provide some example notebooks. You could start working with VITAE on tutorial_dentate.

notebook system details reference
tutorial_dentate neurons 3585 cells and 2182 genes, 10x Genomics Hochgerner et al. (2018)
tutorial_mouse_brain neurons 16651 cells and 14707 genes Yuzwa et al. (2017),
Ruan et al. (2021)

In case GitHub rendering stops working, NbViewer is an alternative online tool to render Jupyter Notebooks.

Datasets and Documents are availble.

Dependency

Our Python package is available on conda-forge and PyPI and the user can install the CPU version with the following command:

# using conda with conda-forge channel
>>> conda install -c conda-forge pyvitae

# or using PyPI
>>> pip install pyvitae

To enable GPU for TensorFlow, one should install CUDA dependencies and the tensorflow-gpu package. We also recommend using conda, miniconda, or virtualenv to manage the Python environment and install the package in a new environment. After installing all required packages, one can open the Jupyter Notebook via the terminal:

>>> jupyter notebook

The required TensorFlow versions are:

Package Version
tensorflow >=2.3.0
tensorflow_probability >=0.11.0

License

This project is licensed under the terms of the MIT license.

About

Joint Trajectory Inference for Single-cell Genomics Using Deep Learning with a Mixture Prior

https://jaydu1.github.io/VITAE/

License:MIT License


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.6%Language:R 0.1%Language:Dockerfile 0.0%