xiachenrui / cobolt_benchmark

Modify cobolt setup.py so it can be installed correctly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobolt: Joint analysis of multimodal single-cell sequencing data

Cobolt is a Python package for

  1. the analysis of the single-cell data from joint-modality platforms;
  2. the integration of joint-modality single-cell datasets with single-omic data sets.

Introduction

summary

Cobolt is a method developed for modeling multi-omic single-cell sequencing datasets. It provides an integrated analysis of multi-omic data by learning a latent representation shared by the different data modalities. Cobolt jointly models these multiple modalities via a novel application of Multimodal Variational Autoencoder to a hierarchical generative model. It uses a probablity model that is robust to sparse counts and high numbers of features, therefore works for omics such as chromatin accessibility or methylation status.

Details of the method can be found in the manuscript on bioRxiv.

Installation

To install Cobolt from GitHub, run the following:

python3 -m pip install git+https://github.com/xiachenrui/cobolt_benchmark.git#egg=cobolt

Tutorials

Bug Reports

Cobolt is in active development. Submit bug reports and make feature requests by opening a issue here.

About

Modify cobolt setup.py so it can be installed correctly

License:GNU General Public License v3.0


Languages

Language:Python 100.0%