Metadata-Version: 2.4
Name: qwendy
Version: 0.1.0
Summary: QWENDY: Gene Regulatory Network Inference by Quadruple Covariance Matrices
Author-email: Yue Wang <yuewang@ihes.fr>
License: MIT
Project-URL: Homepage, https://github.com/YueWangMathbio/QWENDY
Project-URL: Repository, https://github.com/YueWangMathbio/QWENDY
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn

# QWENDY

QWENDY is a Python package for inferring **gene regulatory networks (GRN)** from single-cell mRNA sequencing data collected at four time points.

See the [GitHub repository](https://github.com/YueWangMathbio/QWENDY) for code files and the paper.

---

## Installation

```bash
pip install qwendy
