agentsclimarketplace

Differential expression

Skill Alim430/bioresearch-agent/skills/biomedical/differential-expression

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.From its SKILL.md

Install
npx -y skills add Alim430/bioresearch-agent --skill differential-expression

Assembled 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.

SKILL.md

1.3 KB, 226 tokens by cl100k_base, 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-change
  • biomarker_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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.