Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added packages/NicheNetPy/logo.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions packages/NicheNetPy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: NicheNetPy
description: |
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_home: https://github.com/saeyslab/nichenetpy
documentation_home: https://saeyslab.github.io/nichenetpy/nichenetpy.html
tutorials_home: https://github.com/saeyslab/nichenetpy
install:
pypi: nichenetpy
license: BSD-3-Clause
tags:
- cell-cell communication
- scRNA-seq
primary_category: scRNA-seq
language: Python
publications:
- 10.1038/s41592-019-0667-5
version: 1.0.0
contact:
- vmedaert
- rseurinc
logo: logo.webp
test_command: |
pip install -r requirements.txt &&
pip install pytest liana requests &&
pip install -e . &&
pytest -m "not large_download and not outdated"
category: ecosystem
Loading