返回顶部
g

genome-report

Analyze 23andMe raw genome data to generate comprehensive health, trait, and family comparison reports. Supports cardiovascular, cognitive, metabolic, pharmacogenomic, athletic, and ancestry analysis. Use when user asks to analyze genome data, 23andMe files, genetic reports, SNP analysis, health risk from DNA, or family genetic comparison.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
58
下载量
0
收藏
概述
安装方式
版本历史

genome-report

# Genome Report Analyze 23andMe v5 raw data files and generate health/trait reports with risk scoring. ## Usage ```bash python3 skills/genome-report/scripts/genome_report.py <genome_file.txt> [options] ``` ### Options | Flag | Values | Default | Description | |------|--------|---------|-------------| | `--category` | `all\|cardio\|cognitive\|metabolic\|pharma\|athletic\|traits` | `all` | Category filter | | `--output` | `text\|json\|html` | `text` | Output format | | `--output-path` | filepath | auto | HTML output path | | `--family DIR` | directory path | — | Family comparison mode | ### Examples ```bash # Full report to console python3 skills/genome-report/scripts/genome_report.py ~/my_genome.txt # HTML report for one category python3 skills/genome-report/scripts/genome_report.py ~/my_genome.txt --category cardio --output html # Family comparison python3 skills/genome-report/scripts/genome_report.py --family ~/genomes/ --output html ``` ## Input Format 23andMe v5 raw data (tab-separated): `rsid chromosome position genotype` Lines starting with `#` are skipped. Genotypes marked `--` (no-call) are excluded. ## Output - **Text**: Console output with risk bars and color-coded SNP details - **JSON**: Structured data with scores and per-SNP results - **HTML**: Styled report with risk score cards and color-coded tables ## Categories & Coverage ~55 curated SNPs across 6 categories: - **Cardiovascular** — blood pressure, cholesterol, cardiac rhythm, CAD risk - **Cognitive** — memory, dopamine, BDNF, social cognition, brain volume - **Metabolic** — diabetes risk, MTHFR, lactose, alcohol, iron metabolism - **Pharmacogenomics** — warfarin, clopidogrel, CYP2D6, CYP2C19 drug metabolism - **Athletic** — muscle fiber type, endurance, recovery, injury risk - **Traits** — eye color, hair color, earwax, bitter taste, asparagus smell ## SNP Database The SNP reference data lives in `references/snp_database.json`. Edit this file to add/update SNPs without changing the script. Each entry has: rsid, gene, category, trait, risk_allele, and genotype-specific effect descriptions. ## Constraints - Pure Python 3.9+ — no external dependencies - **Not medical advice** — educational/informational only

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 genome-report-1775882237 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 genome-report-1775882237 技能

通过命令行安装

skillhub install genome-report-1775882237

下载 Zip 包

⬇ 下载 genome-report v1.0.0

文件大小: 10.05 KB | 发布时间: 2026-4-12 10:05

v1.0.0 最新 2026-4-12 10:05
Initial release with comprehensive 23andMe raw genome data analysis.

- Analyze 23andMe v5 data for health, trait, and ancestry reports
- Supports categories: cardiovascular, cognitive, metabolic, pharmacogenomics, athletic, traits
- Generates reports in text, JSON, or HTML formats
- Includes family comparison mode
- SNP database editable via simple JSON file
- Pure Python, no external dependencies; for educational use only

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部