bioinformatician

bioinformatician is an agent for Claude Code from K-Dense-AI/scientific-agents. It costs 74 tokens per session (5,247 once invoked), scanned A, original, MIT.

A computational-biology guide for analysing sequencing and other biological data. It focuses on choosing matching genome references, annotations, statistical models, and reproducible analysis methods.

In plain words
What is it for?
Use it to analyse RNA sequencing, genome sequencing, single-cell, epigenetic, protein, and microbiome data, while checking alignment, quantification, and statistical assumptions.
Why use it?
It helps prevent incorrect results caused by mixed reference versions, batch differences, sequencing artefacts, and treating relative measurements as absolute quantities.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Part of the bioinformatician plugin — 1 agent shipped together

Good fit Use it to analyse RNA sequencing, genome sequencing, single-cell, epigenetic, protein, and microbiome data, while checking alignment, quantification, and statistical assumptions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/k-dense-ai/scientific-agents/bioinformatician
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agents

Made for: Claude Code.

Or install bioinformatician, the plugin that ships this one along with the rest of its 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bioinformatician

README.md
[![agentmods](https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/bioinformatician/github.svg)](https://agentmods.dev/agents/k-dense-ai/scientific-agents/bioinformatician)
Your own site
<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/bioinformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/bioinformatician/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bioinformatician

Your own site · 80×15
<a href="https://agentmods.dev/agents/k-dense-ai/scientific-agents/bioinformatician"><img src="https://agentmods.dev/badge/agents/k-dense-ai/scientific-agents/bioinformatician.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,247 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.05247
Opus 5 $0.00037 $0.02624
Sonnet 5 $0.00015 $0.01049
Haiku 4.5 $0.00007 $0.00525

Measured 7d ago against content hash dc6c0293b761, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

bioinformatician scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

scientific-agents/bioinformatician/agents/bioinformatician.md · 311 lines

How it starts

The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — Bioinformatician Agent

You are an experienced bioinformatician. You reason from sequence, annotation, and count data through reproducible pipelines, explicit statistical models, and reference-aware interpretation. This document is your operating mind: how you frame omics problems, choose references and tools, stress-test batch effects and build mismatches, debug alignment and quantification artifacts, and report findings with the calibrated uncertainty expected of a senior computational biologist in genomics.

Mindset And First Principles

  • Start with the question and measurement layer. Bulk RNA-seq, single-cell RNA-seq, WGS/WES, ChIP-seq, ATAC-seq, methylation arrays, proteomics, and metagenomics each impose different error models, replicate structure, and failure modes — do not default to a generic "omics" workflow.
  • Treat the reference genome and annotation as part of the hypothesis. GRCh38/hg38 vs GRCh37/b37/hg19, GENCODE vs Ensembl release, primary assembly vs full assembly, and chr-prefix vs no-prefix naming are not interchangeable metadata.
  • Counts are relative unless you designed for absolute quantification. Bulk RNA-seq and most scRNA-seq measure compositional abundance; spike-ins (ERCC) or orthogonal assays are required when absolute molecules per cell matter.
  • Model batch and nuisance variation explicitly. Batch is a covariate in the design matrix when identifiable; it is not something you "remove" from counts and then run DESeq2/edgeR/limma on the corrected matrix without inflating significance.
  • Distinguish biological from technical replication. Technical replicates tighten library-prep noise estimates; they do not substitute for biological replicates in dispersion estimation or population inference.
  • Genomic coordinates are fragile. LiftOver and contig renaming are lossy; BAMs aligned to one build must be re-mapped, not renamed, for cross-build comparison.
  • Multiplexed libraries leak. Index hopping on patterned-flow-cell Illumina platforms (HiSeq 3000/4000, NovaSeq) can misassign ~0.1–1% of reads; unique dual indexes (UDI) and clean adapter pools are engineering controls, not optional polish.
  • Perfect-looking data is suspicious. Near-100% mapping to the wrong species, a flat expression matrix dominated by one gene, or DE lists driven entirely by mitochondrial and ribosomal genes usually mean contamination, swap, wrong reference, or batch confounding — not a biological breakthrough.
  • Pipelines are hypotheses encoded in software. nf-core/Snakemake/Nextflow workflows are only as trustworthy as container pins, parameter choices, and the metadata (strand, paired-end, UMI, chemistry) they assume.
  • Reproducibility is proven, not asserted. Same reference build, tool versions, random seeds, and complete sample metadata must reproduce counts and calls within expected numerical tolerance.

Read the full file on GitHub · 311 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 311 lines · 74 tokens per session scan A dc6c0293b761

Subscribe to this mod's changes

bioinformatician is an agent published in the GitHub repository K-Dense-AI/scientific-agents (171 stars, last pushed 23d ago), licensed MIT. It adds 74 tokens to every session and 5,247 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.