Metadata-Version: 2.4
Name: SpaGRD
Version: 0.0.2
Summary: A Python package for modeling cell–cell communication using reaction-diffusion and graph signal processing.
Author-email: Jixin Liu <frankliu210@163.com>
License: MIT
Project-URL: Homepage, https://github.com/jxLiu-bio/SpaGRD
Project-URL: Documentation, https://github.com/jxLiu-bio/SpaGRD/wiki
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.3
Requires-Dist: scipy==1.15.0
Requires-Dist: scikit-learn==1.6.1
Requires-Dist: numba==0.60.0
Requires-Dist: matplotlib==3.10.0
Requires-Dist: plotnine==0.14.5
Requires-Dist: networkx==3.4.2
Requires-Dist: igraph==0.11.8
Requires-Dist: leidenalg==0.10.2
Requires-Dist: louvain==0.8.2
Requires-Dist: scanpy==1.9.7
Requires-Dist: anndata==0.10.5
Requires-Dist: gseapy==1.1.4
Requires-Dist: kneed==0.8.5
Requires-Dist: plotly==6.2.0
