Skip to content

Commit c4c9127

Browse files
committed
Add ncountr package metadata
1 parent 6ec03ae commit c4c9127

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

packages/ncountr/meta.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: ncountr
2+
description: |
3+
ncountr is the first Python package for end-to-end Nanostring nCounter gene expression analysis.
4+
It provides RCC file parsing, quality control, normalization, differential expression testing,
5+
and gene set scoring. Results can be exported as AnnData objects for downstream analysis
6+
with scanpy and the broader scverse ecosystem.
7+
project_home: https://github.com/princello/ncountr
8+
documentation_home: https://ncountr.readthedocs.io/
9+
tutorials_home: https://ncountr.readthedocs.io/page/vignettes/
10+
install:
11+
pypi: ncountr
12+
license: MIT
13+
tags:
14+
- gene-expression
15+
- nanostring
16+
- ncounter
17+
- normalization
18+
- differential-expression
19+
version: v0.1.0
20+
contact:
21+
- princello
22+
test_command: |
23+
pip install ".[dev]" && pytest
24+
category: ecosystem

0 commit comments

Comments
 (0)