# Copy number genotyping jointly from scRNA and scATAC sequencing
A set of Pyro models and functions to infer CNA from scRNA-seq and scATAC-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.
Currently providing:
A mixture model on segments where CNV are modelled as Categorical random variable (LatentCategorical)
<!–Coming soon: - A linear model in the emission that can account for known covariates - The equivalent of MixtureGaussian but with CNVs as Categorical random variable - A model on genes (all the other models assume a division in segments) –> 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) `
[Full Documentation](https://annealpyro.readthedocs.io/en/latest/) –>
Release files for congas 0.0.78
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| congas-0.0.78.tar.gz | 78.2 kB | Details |
Release files / congas-0.0.78.tar.gz
| Download URL | congas-0.0.78.tar.gz |
|---|---|
| Size | 78.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d4deaa38f9f960fdf1372d2fc07b37a43fd71790410ca0036218d1d35224183
|
|
BLAKE2b-256 checksum How to use checksums |
0be59cd7f849bf607c390755fcf471016aa48c55a0ac7b4f854f9a39c17bddcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|