Skip to content

Commit 5304e85

Browse files
Add pyUCell (#278)
Co-authored-by: Mikkel Niklas Rasmussen <77323950+mikkelnrasmussen@users.noreply.github.com>
1 parent a721176 commit 5304e85

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

packages/pyUCell/meta.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: pyUCell
2+
description: |
3+
pyUCell is a package for evaluating gene signatures in single-cell datasets.
4+
pyUCell signature scores, based on the Mann-Whitney U statistic, are robust
5+
to dataset size and heterogeneity, and their calculation demands less
6+
computing time and memory than other available methods, enabling the
7+
processing of large datasets in a few minutes even on machines with limited
8+
computing power.
9+
project_home: https://github.com/carmonalab/pyucell
10+
documentation_home: https://pyucell.readthedocs.io/en/latest
11+
tutorials_home: https://pyucell.readthedocs.io/en/latest/notebooks/basic.html
12+
publications:
13+
- 10.1016/j.csbj.2021.06.043
14+
install:
15+
pypi: pyucell
16+
tags:
17+
- single-cell
18+
- signature scoring
19+
- module scoring
20+
license: MIT
21+
version: v0.3.0
22+
authors:
23+
- mass-a
24+
- sjcarmona
25+
test_command: pip install "." && pytest

0 commit comments

Comments
 (0)