Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 647 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 647 Bytes

Exdyn

Exdyn is intended to analyze colocalization relation ships between single cell transcriptomes, integrating them with spatial transcriptome.

Instalation

You can install exdyn using pip command from your shell.

pip install exdyn  torchtext==0.6.0

Usage

You need to prepare AnnData objects which includes spliced and unspliced transcript counts for single cell transcriptome respectively. You can see the usage in IPython Notebook1 and IPython Notebook2.