Metadata-Version: 2.4
Name: nichenetpy
Version: 0.1.0
Summary: nichenetpy: the python implementation of the NicheNet method. The goal of NicheNet is to study intercellular communication from a computational perspective. NicheNet uses human or mouse gene expression data of interacting cells as input and combines this with a prior model that integrates existing knowledge on ligand-to-target signaling paths. This allows to predict ligand-receptor interactions that might drive gene expression changes in cells of interest. 
Project-URL: Source, https://github.com/saeyslab/nichenetpy
Author-email: Victor Medaerts <victor.medaerts@ugent.be>
Maintainer-email: Victor Medaerts <victor.medaerts@ugent.be>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: ==3.12.*
Requires-Dist: adjusttext>=1.3.0
Requires-Dist: anndata>=0.11.1
Requires-Dist: matplotlib>=3.9.3
Requires-Dist: networkx>=3.4.2
Requires-Dist: numpy>=2.0.2
Requires-Dist: pandas>=2.2.3
Requires-Dist: pycirclize>=1.9.0
Requires-Dist: scanpy>=1.10.4
Requires-Dist: scikit-learn>=1.5.2
Requires-Dist: scikit-network>=0.33.1
Requires-Dist: scipy>=1.14.1
