Views
No views yet
pathways/pathways_base_*.pkl curated Reactome + Hallmark pathway graph
raw_inputs/ raw files for re-running preprocessing from scratch
Reactome/ Reactome hierarchy files (GMT, relations, names)
Hallmark/ MSigDB Hallmark gene sets
{cohort}/ rna_clean.csv, clinical CSV, SurvPath splits
cohorts/{cohort}/ preprocessed cohort data and trained models
gene_expression.csv preprocessed expression matrix
bipartite_graph.pt cohort-specific gene-pathway graph
labels.csv survival times, events, and bins
data_splits.pkl 5-fold CV splits (SurvPath-compatible)
checkpoints/best_fold_{0..4}.pt trained model weights1from huggingface_hub import snapshot_download
2
3# Everything for one cohort plus the shared pathway file
4snapshot_download(
5 repo_id="AmayaGS/ProtoPathway",
6 local_dir="./assets",
7 allow_patterns=["cohorts/TCGA-BLCA/*", "pathways/*"],
8)1@article{protopathway2026,
2 title = {ProtoPathway: Biologically Structured Prototype-Pathway Fusion for Multimodal Cancer Survival Prediction},
3 author = {Amaya Gallagher-Syed, Costantino Pitzalis, Myles J. Lewis, Michael R.
4 Barnes, Gregory Slabaugh},
5 journal = {arXiv preprint arXiv:2605.21454},
6 year = {2026},
7}