Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Multi-omic biomarker discovery studio that ingests expression + metadata, performs QC, multi-strategy feature selection, nested CV model training, survival analysis hooks, and SHAP-based interpretation. Use to design translational biomarker panels with documented evidence.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 1133% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 722% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -14% | 0% |
<!--
#
#
-->
Design validated biomarker panels that are explainable, stable, and ready for translational follow-up. This skill stitches together the existing biomarker pipeline tooling, adds configurable feature-selection ensembles, a small survival-analysis hook, and artifact export so downstream lab teams can review QC outputs.
time_to_event and event the skill computes concordance for selected features via Cox model.All logic lives in scripts/biomarker_signature_studio.py.
--expression): CSV/TSV genes x samples or samples x genes (auto-detected by metadata match).--metadata): Must contain --label-column. Optional --id-column (default sample_id), time_to_event, event.--feature-list).--output-dir), created if missing.bashpython Skills/Research_Tools/Biomarker_Signature_Studio/scripts/biomarker_signature_studio.py \ --expression data/expression.csv \ --metadata data/metadata.csv \ --label-column phenotype \ --selectors boruta,lasso,mrmr \ --models rf,logit \ --output-dir outputs/biomarkers_run1
Key flags:
| Flag | Description | |------|-------------| | --selectors | Comma list of selection strategies (boruta, lasso, mrmr, mi_topk). | | --models | Models to evaluate (logit, rf, xgb). | | --k-features | Target number of features for mrmr/mi_topk. | | --survival | Enable Cox evaluation when survival columns exist. | | --random-state | Reproducibility. | | --nested-folds | Outer CV folds (default 5). |
metrics.json), feature table (selected_features.csv), SHAP summary (shap_summary.csv when available), and survival stats (survival.json).examples/configs/biomarker_studio_template.yaml (scaffold for teams)scripts/biomarker_signature_studio.py (entry point)Use this skill whenever you need a ready-to-review biomarker dossier (data QC, model metrics, explainability artifacts) before moving to validation cohorts or lab assays.
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->
Other measured skills in the registry, with their headline benchmark lift.