# Clawbio Pharmgx Reporter

> Pharmacogenomic report from DTC genetic data (23andMe/AncestryDNA)

- Skill: `dvcrn/clawbio-pharmgx-reporter-2` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add dvcrn/clawbio-pharmgx-reporter-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dvcrn/clawbio-pharmgx-reporter-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: dvcrn (https://skillmd.com/u/dvcrn)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/dvcrn/clawbio-pharmgx-reporter-2

---


# PharmGx Reporter

Generate a pharmacogenomic report from consumer genetic data (23andMe, AncestryDNA).

## What it does

1. Parses raw genetic data files (auto-detects 23andMe or AncestryDNA format)
2. Extracts 31 pharmacogenomic SNPs across 12 genes
3. Calls star alleles and determines metabolizer phenotypes
4. Looks up CPIC drug recommendations for 51 medications
5. Generates a markdown report with gene profiles, drug tables, and alerts

## Genes covered

CYP2C19, CYP2D6, CYP2C9, VKORC1, SLCO1B1, DPYD, TPMT, UGT1A1, CYP3A5, CYP2B6, NUDT15, CYP1A2

## Drug classes

Antiplatelet, opioids, statins, anticoagulants, PPIs, antidepressants (TCAs, SSRIs, SNRIs), antipsychotics, NSAIDs, oncology, immunosuppressants, antivirals

## Usage

```bash
python pharmgx_reporter.py --input patient_data.txt --output report
```

## Disclaimer

This tool is for research and educational purposes only. It is NOT a diagnostic device. Always consult a healthcare professional before making any medication decisions.

