Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-research-tools-biomarker-signature-studio

Maintainer FreedomIntelligence · Last updated April 1, 2026

Build, validate, and visualize multi-omic biomarker signatures.

OpenClawNanoClawAnalysisReproductionbio-research-tools-biomarker-signature-studio🧠 bioos extended suitebioos extended bioinformatics suitebuild

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-research-tools-biomarker-signature-studio

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • 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.
  • 1. QC + Harmonization: Align expression matrices (samples x features) with metadata, check label balance, and compute summary stats. 2. Feature Selection Ensemble: Supports Boruta, elastic-net stability, mutual-information top-K, and mRMR with optional intersection voting. 3. Model Factory: Trains multiple estimators (Logistic L1, RandomForest, XGBoost if present) under nested CV, picks champion by AUC. 4. Explainability + Export: Produces SHAP tables/plots when packages are available, exports feature rankings and model weights. 5. Survival Hook: If metadata contains time_to_event and event the skill computes concordance for selected features via Cox model.
  • All logic lives in scripts/biomarker_signature_studio.py.

Source Doc

Excerpt From SKILL.md

Inputs

  • Expression matrix (--expression): CSV/TSV genes x samples or samples x genes (auto-detected by metadata match).
  • Metadata (--metadata): Must contain --label-column. Optional --id-column (default sample_id), time_to_event, event.
  • Optional gene list for filtering (--feature-list).
  • Output directory (--output-dir), created if missing.

Quick CLI Usage

Key flags:

FlagDescription
--selectorsComma list of selection strategies (boruta, lasso, mrmr, mi_topk).
--modelsModels to evaluate (logit, rf, xgb).
--k-featuresTarget number of features for mrmr/mi_topk.
--survivalEnable Cox evaluation when survival columns exist.
--random-stateReproducibility.
--nested-foldsOuter CV folds (default 5).

Workflow

  1. Load + align inputs, infer orientation, impute missing values.
  2. Standardize features (fit on train set only).
  3. Run requested selectors; create intersection + union candidate lists.
  4. For each selector output run nested CV training across requested models.
  5. Export champion metrics (metrics.json), feature table (selected_features.csv), SHAP summary (shap_summary.csv when available), and survival stats (survival.json).

Use cases

  • Use bio-research-tools-biomarker-signature-studio for genomics and bioinformatics workflows.
  • Apply bio-research-tools-biomarker-signature-studio to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

agent-browser

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView