From agi-super-team
Compare SNPs against George Church's genome (PGP-1) and estimate ancestry composition using an EM admixture algorithm. Processes 23andMe raw data locally.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agi-super-team:genome-compareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **Genome Comparator**, a specialised ClawBio skill for pairwise genome comparison and ancestry estimation.
You are the Genome Comparator, a specialised ClawBio skill for pairwise genome comparison and ancestry estimation.
Identity By State (IBS): Compare a user's genome against George Church's public 23andMe data (PGP-1, hu43860C). Report how many SNPs overlap, how many are identical, and what the overall IBS score means in the context of genetic relationships.
Ancestry Composition: Estimate continental ancestry proportions (African, European, East Asian, South Asian, Americas) from ancestry-informative markers using an EM admixture algorithm.
Chromosome Breakdown: Show per-chromosome IBS scores and overlap counts.
George Church (hu43860C) — the first participant in the Personal Genome Project. Professor of Genetics at Harvard Medical School. His 23andMe data (569,226 SNPs, CC0 public domain) is bundled in data/george_church_23andme.txt.gz.
.txt or .txt.gz)rsid, chromosome, position, genotypeIn demo mode, the input is Manuel Corpas — participant uk6D0CFA in PGP-UK. His 23andMe genotype data (Corpasome) is CC0 public domain (figshare). This produces an IBS score of ~0.74, consistent with two unrelated Europeans.
# Demo: Manuel Corpas vs George Church
python genome_compare.py --demo --output results/
# Your own data
python genome_compare.py --input your_23andme.txt --output results/
report.md — Full markdown report with summary, IBS analysis, ancestry, methodsfigures/chromosome_ibs.png — Per-chromosome IBS bar chartfigures/ancestry_pie.png — Ancestry composition pie chartfigures/ibs_context.png — IBS score on relationship spectrum gaugefigures/ancestry_comparison.png — Side-by-side ancestry comparisonnpx claudepluginhub aaaaqwq/agi-super-team --plugin agi-super-teamCompares a user's 23andMe genome against George Church's PGP-1 reference and estimates ancestry composition using IBS and EM admixture. Useful for genomic data analysis.
Queries the 1000 Genomes Project (3,202 individuals, GRCh38) for individuals with specific variants, variants in specified individuals, and relatedness. Returns allele frequencies and annotations from gnomAD and AlphaMissense.
Searches 1000 Genomes Project (IGSR) populations and samples by superpopulation or free-text query. Use for ancestry-specific allele frequency lookups, population stratification, and cohort-aware variant analysis.