Metadata-Version: 2.4
Name: SigflowVelo
Version: 0.1.1
Summary: A Deep Learning framework for Cell-Cell Communication Velocity
Home-page: https://github.com/lsl0102/SigflowVelo
Author: lisilong
Author-email: lislong@mail2.sysu.edu.cn
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy==1.24.3
Requires-Dist: pandas==2.0.3
Requires-Dist: scanpy==1.9.8
Requires-Dist: scvelo==0.3.2
Requires-Dist: torch==2.1.2
Requires-Dist: matplotlib==3.7.5
Requires-Dist: scipy==1.10.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# SigflowVelo

## Setup

你可以通过源码在本地安装：

```bash
git clone [https://github.com/lsl0102/SigflowVelo.git](https://github.com/lsl0102/SigflowVelo.git)
cd SigflowVelo
pip install -e .
