biotender-max/machine-learning-for-omics
Workflow for predictive modeling, biomarker discovery, survival modeling, and explainability over omics-derived features.
npx skills add https://github.com/BioTender-max/awesome-bio-agent-skills --skill machine-learning-for-omics
Reference examples assume recent stable releases of the preferred tools, especially scikit-learn and the other tools listed below.
Before using code or command patterns, verify installed versions match the environment:
python -c "import <module>; print(<module>.__version__)"<tool> --versionWorkflow for predictive modeling, biomarker discovery, survival modeling, and explainability over omics-derived features.
references/technical_reference.md when you need deeper tool-selection rules, environment adaptation notes, or extra validation guidance.SKILL.md as the main execution path and load the reference file only when the task or failure mode needs the extra detail.Preferred starting point: scikit-learn
Inputs: feature matrix, labels or outcomes, split or validation design
Outputs: trained model, validation metrics, feature importance or explanation summaries
Clarify outcome type, class balance, leakage risks, and validation plan.
Use train-validation-test or cross-validation schemes that respect cohort structure.
Start with robust baseline models before complex architectures.
Report calibration, held-out performance, and failure modes instead of only one metric.
Use importance or explanation methods as interpretation aids, not proof of causality.
results/ for final tables and serialized objectsfigures/ for plots and static visual exportsqc/ for checks that justify downstream interpretationtrained modelvalidation metricsfeature importance or explanation summariesMulti-Omics IntegrationPathway AnalysisSystems BiologyCausal Genomicsscikit-learnstatsmodelsTake biotender-max/machine-learning-for-omics from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.