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/scXpand/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: scXpand
description: |
scXpand is a machine learning framework for pan-cancer detection of T-cell clonal expansion
directly from single-cell RNA sequencing (scRNA-seq), without paired T-cell receptor (TCR) sequencing.
project_home: https://github.com/yizhak-lab-ccg/scXpand
documentation_home: https://scxpand.readthedocs.io/en/latest/
tutorials_home: https://scxpand.readthedocs.io/en/latest/
publications:
- 10.1101/2025.09.14.676069
install:
pypi: scxpand, scxpand-cuda (GPU-supported version)
tags:
- cancer
- scRNA-seq
- scTCR-seq
- T-cell clonal expansion
- machine learning
license: MIT
version: v0.4.3
authors:
- ronamit
- ofirshorer
- yizhak-lab-ccg
test_command: |
pip install -e ".[dev]" && pytest --cov=src.scxpand tests