Update model card
Browse files
README.md
CHANGED
|
@@ -23,8 +23,12 @@ training, and evaluation instructions.
|
|
| 23 |
## Layout
|
| 24 |
|
| 25 |
```
|
| 26 |
-
pathways/
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
gene_expression.csv preprocessed expression matrix
|
| 29 |
bipartite_graph.pt cohort-specific gene-pathway graph
|
| 30 |
labels.csv survival times, events, and bins
|
|
@@ -57,8 +61,9 @@ snapshot_download(
|
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
@article{protopathway2026,
|
| 60 |
-
title = {ProtoPathway:
|
| 61 |
-
|
|
|
|
| 62 |
year = {2026}
|
| 63 |
}
|
| 64 |
```
|
|
|
|
| 23 |
## Layout
|
| 24 |
|
| 25 |
```
|
| 26 |
+
pathways/pathways_base_*.pkl curated Reactome + Hallmark pathway graph
|
| 27 |
+
raw_inputs/ raw files for re-running preprocessing from scratch
|
| 28 |
+
Reactome/ Reactome hierarchy files (GMT, relations, names)
|
| 29 |
+
Hallmark/ MSigDB Hallmark gene sets
|
| 30 |
+
{cohort}/ rna_clean.csv, clinical CSV, SurvPath splits
|
| 31 |
+
cohorts/{cohort}/ preprocessed cohort data and trained models
|
| 32 |
gene_expression.csv preprocessed expression matrix
|
| 33 |
bipartite_graph.pt cohort-specific gene-pathway graph
|
| 34 |
labels.csv survival times, events, and bins
|
|
|
|
| 61 |
|
| 62 |
```bibtex
|
| 63 |
@article{protopathway2026,
|
| 64 |
+
title = {ProtoPathway: Interpretable Multimodal Cancer Survival Prediction
|
| 65 |
+
via Prototype-Pathway Cross-Modal Attention},
|
| 66 |
+
author = {...},
|
| 67 |
year = {2026}
|
| 68 |
}
|
| 69 |
```
|