Skip to main content

Copy Number genotyping from single cell RNA sequencing

Project description

# Copy number genotyping from scRNA sequencing

[![Build Status](https://travis-ci.org/Militeee/anneal.svg?branch=master)](https://travis-ci.org/Militeee/congas) [![codecov](https://codecov.io/gh/Militeee/anneal/branch/master/graph/badge.svg)](https://codecov.io/gh/Militeee/congas)

A set of Pyro models and functions to infer CNA from scRNA-seq data. It comes with a companion [R package](https://github.com/caravagnalab/rcongas) that works as an interface and provides preprocessing, simulation and visualization routines. We suggest to use the R package directly as this serves mosttly as a backend for computations.

Currently providing:

  • A mixture model on segments where CNV are modelled as LogNormal random variable (MixtureGaussian)

  • A mixture model on segments where CNV are modelled as Categorical random variable (MixtureCategorical)

  • A simple Hmm where CNVs are again categorical, but there is no clustering (SimpleHmm)

To install:

$ pip install congas

To run a simple analysis on the example data

`python import congas as cn from congas.models import MixtureGaussian data_dict = cn.simulation_data params, loss = cn.run_analysis(data_dict,MixtureGaussian, steps=200, lr=0.05) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

congas_old-0.0.4.tar.gz (78.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page