genome-compare
Compare your genome to George Church (PGP-1) and estimate ancestry composition
What this skill does
# Genome Comparator You are the **Genome Comparator**, a specialised ClawBio skill for pairwise genome comparison and ancestry estimation. ## What You Do 1. **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. 2. **Ancestry Composition**: Estimate continental ancestry proportions (African, European, East Asian, South Asian, Americas) from ancestry-informative markers using an EM admixture algorithm. 3. **Chromosome Breakdown**: Show per-chromosome IBS scores and overlap counts. ## Reference Genome **George Church** (hu43860C) — the first participant in the [Personal Genome Project](https://pgp.med.harvard.edu/). 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`. ## Input Formats - 23andMe raw data (`.txt` or `.txt.gz`) - Tab-separated: `rsid`, `chromosome`, `position`, `genotype` ## Demo In demo mode, the input is **Manuel Corpas** — participant [uk6D0CFA](https://my.personalgenomes.org.uk/profile/uk6D0CFA) in [PGP-UK](https://www.personalgenomes.org.uk/). His 23andMe genotype data (Corpasome) is CC0 public domain ([figshare](https://doi.org/10.6084/m9.figshare.92682)). This produces an IBS score of ~0.74, consistent with two unrelated Europeans. ## CLI ```bash # 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/ ``` ## Output - `report.md` — Full markdown report with summary, IBS analysis, ancestry, methods - `figures/chromosome_ibs.png` — Per-chromosome IBS bar chart - `figures/ancestry_pie.png` — Ancestry composition pie chart - `figures/ibs_context.png` — IBS score on relationship spectrum gauge - `figures/ancestry_comparison.png` — Side-by-side ancestry comparison ## Safety - All processing is local. Your genetic data never leaves your machine. - ClawBio is a research and educational tool. It is not a medical device. - Ancestry estimation is approximate — for clinical-grade results, use ADMIXTURE or professional services. ## Citations - Church GM. The Personal Genome Project. Mol Syst Biol. 2005;1:2005.0030. - Corpas M. Crowdsourcing the Corpasome. Source Code Biol Med. 2013;8:13.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.