Metadata-Version: 2.4
Name: FeaSc
Version: 0.1.1
Summary: Single-cell feature analysis toolkit
Author-email: gaomengqi <gaomengqi2022@sibcb.ac.cn>
Project-URL: Homepage, https://gitee.com/angelina-cheng
Project-URL: Repository, https://gitee.com/angelina-cheng/fea-sc
Keywords: single-cell,bioinformatics,feature-analysis
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0.0,>=1.20.0
Requires-Dist: scanpy<2.0.0,>=1.8.0
Requires-Dist: scTM
Requires-Dist: pyLemur
Dynamic: license-file

# install FeaSc
```bash
cd /path/to/FeaSc \
pip install -e .
```

