Skip to content

Commit a721176

Browse files
authored
Add scXpand (#280)
1 parent 1bb65cd commit a721176

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

packages/scXpand/meta.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: scXpand
2+
description: |
3+
scXpand is a machine learning framework for pan-cancer detection of T-cell clonal expansion
4+
directly from single-cell RNA sequencing (scRNA-seq), without paired T-cell receptor (TCR) sequencing.
5+
project_home: https://github.com/yizhak-lab-ccg/scXpand
6+
documentation_home: https://scxpand.readthedocs.io/en/latest/
7+
tutorials_home: https://scxpand.readthedocs.io/en/latest/
8+
publications:
9+
- 10.1101/2025.09.14.676069
10+
install:
11+
pypi: scxpand, scxpand-cuda (GPU-supported version)
12+
tags:
13+
- cancer
14+
- scRNA-seq
15+
- scTCR-seq
16+
- T-cell clonal expansion
17+
- machine learning
18+
license: MIT
19+
version: v0.4.3
20+
authors:
21+
- ronamit
22+
- ofirshorer
23+
- yizhak-lab-ccg
24+
test_command: |
25+
pip install -e ".[dev]" && pytest --cov=src.scxpand tests

0 commit comments

Comments
 (0)