Metadata-Version: 2.4
Name: feasc
Version: 1.1.5
Summary: Framework of Analysis for Single Cells
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.12
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
Dynamic: license-file

# FeaSc

FeaSc 是一个用于单细胞 RNA 测序数据分析的工具包，支持单样本与多样本数据的降维，通路活性，细胞因子信号活性。

## 🔧 安装方法

### 方法一：直接安装（推荐）

```bash

pip install FeaSc
```

### 方法二：安装可编辑版本

```bash

cd /path/to/FeaSc
pip install -e .
```
