Differential expression
Skill Alim430/bioresearch-agent/skills/biomedical/differential-expression
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 differential-expressionAssembled 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
Perform differential expression (DEG) analysis via the BioResearch Agent biomarker workflow, which computes DEGs (t-test + Bonferroni correction) as its first stage. Use when the user specifically asks for differential expression, DEGs, fold-change, or a volcano plot for a disease or gene-expression dataset.
SKILL.md
1.3 KB, as published. Nobody here has run it
BioResearch Agent — Differential Expression Skill
Capability
Runs differential expression analysis. In the framework this is the first stage of the
biomarker workflow: it loads a gene-expression dataset (GEO or synthetic), performs a t-test
with Bonferroni multiple-testing correction, and emits a DEG table and volcano plot.
Run
bioresearch run biomarker --disease "Parkinson's disease"
(Invokes the biomarker workflow; differential expression is produced in stage 1.)
Outputs (in outputs/biomarker/)
biomarker_deg_table.csv— genes with p-value, adjusted p-value, log2 fold-changebiomarker_volcano_plot.png— volcano plot of DEGs
Note
There is no standalone differential-expression CLI command — DEG is computed inside the
biomarker workflow. This skill is a focused entry point that triggers that workflow when the
user's intent is specifically differential expression. It adds no statistics of its own.