AmayaGS commited on
Commit
fafe817
·
verified ·
1 Parent(s): fad5e58

Update model card

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -23,8 +23,12 @@ training, and evaluation instructions.
23
  ## Layout
24
 
25
  ```
26
- pathways/ shared curated Reactome + Hallmark pathways
27
- cohorts/{cohort}/
 
 
 
 
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: Biologically Structured Prototype-Pathway Fusion for Multimodal Cancer Survival Prediction},
61
- author = {Amaya Gallagher-Syed, Costantino Pitzalis, Myles J. Lewis, Michael R. Barnes, Gregory Slabaugh},
 
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
  ```