← 返回
未分类 中文

Genome Report

Analyze 23andMe raw genome data to generate comprehensive health, trait, and family comparison reports. Supports cardiovascular, cognitive, metabolic, pharma...
分析23andMe原始基因组数据,生成健康、特征及家族对比报告,支持心血管、认知、代谢、药物等。
nomadrex
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 337
下载
💾 0
安装
1
版本
#latest

概述

Genome Report

Analyze 23andMe v5 raw data files and generate health/trait reports with risk scoring.

Usage

python3 skills/genome-report/scripts/genome_report.py <genome_file.txt> [options]

Options

FlagValuesDefaultDescription
------------------------------------
--category`all\cardio\cognitive\metabolic\pharma\athletic\traits`allCategory filter
--output`text\json\html`textOutput format
--output-pathfilepathautoHTML output path
--family DIRdirectory pathFamily comparison mode

Examples

# 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 07:36 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock TA Charts

nomadrex
生成加密货币与大宗商品专业技术分析图表(K线、斐波那契、SMA 20/50、RSI、形态识别)。当用户...
★ 0 📥 707
data-analysis

Ripe Scanner

nomadrex
免费股票与加密货币动量扫描器,集成社交情绪分析。扫描标普500、纳斯达克100及加密货币市场,运用RSI、EMA、布林带等技术指标识别动量信号。
★ 0 📥 544
data-analysis

TV Signal Screener

nomadrex
跨6类资产市场扫描(TradingView数据)。API预过滤+pandas信号计算。YAML驱动策略。
★ 0 📥 511