Add AML blast triage reports and presentations#178
Closed
Ultimate-Storm wants to merge 5 commits into
Closed
Conversation
Set up the STAMP crossvalidation experiment for AML bone marrow response prediction (RESPONSE_CR) using UNI2 features with ViT MIL. Includes: - Config YAML with all paths for crossval, statistics, and heatmaps - Per-split heatmap generation script that correctly matches test-set slides to their corresponding crossval checkpoint (avoids data leakage) - Self-contained HTML report generator combining ROC/PR curves, per-fold stats, and GradCAM heatmap gallery with top/bottom tiles 5-fold crossval achieved mean AUROC 0.870 (95% CI: 0.804-0.936). Heatmaps generated for 17 available WSI slides across all 5 splits. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…figs and report Three new STAMP experiments derived from BLAST_PERCENT column: - BLAST_PERCENT regression (Pearson r=0.680, MAE=12.4%) - BLAST_SEVERITY 3-class classification (AUROC: high=0.912, int=0.783, low=0.864) - HIGH_BLAST binary classification (AUROC=0.929, AUPRC=0.845) Includes experiment YAML configs, generalized heatmap runner (--experiment flag), and combined HTML report generator with cross-experiment comparison, statistics plots, per-fold tables, and sampled heatmap gallery. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add RESPONSE_CR (treatment response, binary classification) as the first experiment in the combined report alongside BLAST_PERCENT, BLAST_SEVERITY, and HIGH_BLAST. Updated TOC, overview comparison table, heatmap gallery colors, discussion section, and heatmap coverage stats. Report output renamed to aml_crossval_report.html. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Notes
Validation
.venv/bin/ruff check scripts/analyze_blast_enrichment_triage.py scripts/analyze_cell_resolution_qc.py scripts/pilot_cell_resolution.py scripts/build_analysis_figs.py scripts/build_presentation_assets.py scripts/build_presentations.pygit diff --cached --check