Skip to content
Merged
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
25 changes: 25 additions & 0 deletions packages/pyUCell/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: pyUCell
description: |
pyUCell is a package for evaluating gene signatures in single-cell datasets.
pyUCell signature scores, based on the Mann-Whitney U statistic, are robust
to dataset size and heterogeneity, and their calculation demands less
computing time and memory than other available methods, enabling the
processing of large datasets in a few minutes even on machines with limited
computing power.
project_home: https://github.com/carmonalab/pyucell
documentation_home: https://pyucell.readthedocs.io/en/latest
tutorials_home: https://pyucell.readthedocs.io/en/latest/notebooks/basic.html
publications:
- 10.1016/j.csbj.2021.06.043
install:
pypi: pyucell
tags:
- single-cell
- signature scoring
- module scoring
license: MIT
version: v0.3.0
authors:
- mass-a
- sjcarmona
test_command: pip install "." && pytest