Biomarker discovery
Skill Alim430/bioresearch-agent/skills/biomedical/biomarker-discovery
Executable biomedical workflows for AI assistants — literature analysis, biomarker discovery, and Mendelian randomization through reproducible agent skills.
npx -y skills add Alim430/bioresearch-agent --skill biomarker-discoveryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run reproducible biomarker discovery via the BioResearch Agent biomarker workflow (differential expression, pathway enrichment, candidate ranking, volcano plot) over a GEO dataset or synthetic data. Use when the user asks to find gene biomarkers or candidate genes for a disease.
SKILL.md
1.2 KB, as published. Nobody here has run it
BioResearch Agent — Biomarker Discovery Skill
Capability
End-to-end biomarker discovery: dataset loading (GEO GSE7621 or synthetic) → differential expression (t-test + Bonferroni) → hypergeometric pathway enrichment (KEGG/GO) → candidate ranking → volcano plot. Returns ranked candidate biomarkers, not just a narrative.
Run
bioresearch run biomarker --disease "Parkinson's disease"
Outputs (in outputs/biomarker/)
biomarker_deg_table.csv— differentially expressed genesbiomarker_top_candidates.csv— ranked candidatesbiomarker_pathway_enrichment.csv— enriched pathways / GO termsbiomarker_volcano_plot.png— volcano plotbiomarker_report.txt— structured report
Note
This skill dispatches to the framework's biomarker workflow. It adds no analysis of its
own; all statistics run in the workflow modules. Requires no LLM key.