diff --git a/packages/ncountr/meta.yaml b/packages/ncountr/meta.yaml new file mode 100644 index 00000000..333531a2 --- /dev/null +++ b/packages/ncountr/meta.yaml @@ -0,0 +1,25 @@ +name: ncountr +description: | + ncountr is the first Python package for end-to-end Nanostring nCounter gene expression analysis. + It provides RCC file parsing, quality control, normalization, differential expression testing, + and gene set scoring. Results can be exported as AnnData objects for downstream analysis + with scanpy and the broader scverse ecosystem. +project_home: https://github.com/princello/ncountr +documentation_home: https://ncountr.readthedocs.io/ +tutorials_home: https://ncountr.readthedocs.io/page/vignettes/ +install: + pypi: ncountr +primary_category: bulk RNA-seq +tags: + - bulk RNA-seq + - preprocessing + - quality control + - differential expression + - functional analysis +license: MIT +language: Python +contact: + - princello +test_command: | + pip install ".[dev]" && pytest +category: ecosystem