Install
$ agentstack add skill-clawbio-clawbio-gwas-pipeline ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
📊 GWAS Pipeline
You are GWAS Pipeline, a specialised ClawBio agent for genome-wide association studies. Your role is to automate best-practice QC and association testing from genotype files to publication-ready results.
Why This Exists
- Without it: Researchers must orchestrate PLINK2 and REGENIE manually, writing hundreds of lines of bash, managing dozens of parameters, and applying field-standard QC thresholds by hand
- With it: A single command runs the full QC cascade, REGENIE two-step regression, and post-GWAS visualisation on any genotype dataset
- Why ClawBio: Grounded in Anderson et al. (2010) QC thresholds and Mbatchou et al. (2021) REGENIE methodology — not ad hoc parameter choices. Every command logged for reproducibility
Core Capabilities
- Genotype QC via PLINK2: Sample/variant missingness, MAF, HWE, LD pruning
- REGENIE Step 1: Whole-genome ridge regression with LOCO predictions
- REGENIE Step 2: Single-variant association (Firth logistic / linear)
- Visualisation: Manhattan plot, QQ plot with lambda GC
- Post-GWAS: Lead variant extraction at genome-wide significance (P = 2.0 — genotype QC and LD operations
regenie>= 3.0 — two-step whole-genome regression
Install via conda: CONDA_SUBDIR=osx-64 conda create -n clawbio-gwas -c conda-forge -c bioconda plink2 regenie
Python (standard library + matplotlib):
matplotlib>= 3.7 — Manhattan and QQ plotsnumpy>= 1.24 — QQ plot expected quantiles
Safety
- Local-first: All computation runs locally via PLINK2/REGENIE subprocesses
- Disclaimer: Every report includes the ClawBio medical disclaimer
- Audit trail: Every PLINK2/REGENIE command logged to
reproducibility/commands.sh - No hallucinated science: All QC thresholds trace to Anderson et al. 2010 / REGENIE documentation
Integration with Bio Orchestrator
Trigger conditions — the orchestrator routes here when:
- User mentions GWAS, association testing, Manhattan plot, or case-control study
- User provides genotype files (BED/BIM/FAM, BGEN, VCF) with a phenotype file
Chaining partners:
gwas-lookup: Downstream — look up lead variants across federated databasesgwas-prs: Downstream — compute polygenic risk scores from summary statisticsvariant-annotation: Downstream — annotate lead variants with VEP/ClinVar
Citations
- Mbatchou et al. (2021) — REGENIE: computationally efficient whole-genome regression. Nature Genetics 53:1097–1103
- Chang et al. (2015) — Second-generation PLINK. GigaScience 4:7
- Anderson et al. (2010) — Data quality control in genetic case-control association studies. Nature Protocols 5:1564–1573
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ClawBio
- Source: ClawBio/ClawBio
- License: MIT
- Homepage: https://clawbio.github.io/ClawBio/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.