Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kojikoji/deepcolor


https://github.com/kojikoji/deepcolor

Last synced: 6 days ago
JSON representation

Lists

README

        

# deepCOLOR: DEEP Generative model for single-cell COLOcalization Representation
DeepCOLOR is intended to analyze colocalization relation ships between single cell transcriptomes, integrating them with spatial transcriptome.

## Instalation
You can install deepCOLOR using pip command from your shell.
```shell
pip install deepcolor imgaug==0.2.5
```

## Usage
You need to prepare [`AnnData` objects](https://anndata.readthedocs.io/en/latest/) which includes raw count matrix of gene expression for single cell and spatial transcriptome respectively. You can see the usage in [IPython Notebook](tutorial/deepcolor_tutorial.ipynb).