跳到主要内容
知仓学习社ZHICANG

chip-clonal-hematopoiesis-agent

chip-clonal-hematopoiesis-agent,来自 FreedomIntelligence/OpenClaw-Medical-Skills 的 agent 技能。

不碰外部(只输出文字)无严重或高危命中FreedomIntelligence/OpenClaw-Medical-Skills

它会碰到什么

扫了多少1 个文本文件,7 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

<!--

COPYRIGHT NOTICE

This file is part of the "Universal Biomedical Skills" project.

Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>

All Rights Reserved.

#

This code is proprietary and confidential.

Unauthorized copying of this file, via any medium is strictly prohibited.

#

Provenance: Authenticated by MD BABU MIA

-->


name: 'chip-clonal-hematopoiesis-agent'

description: 'AI-powered clonal hematopoiesis of indeterminate potential (CHIP) detection, risk stratification, and cardiovascular/malignancy risk prediction using genomic and clinical data.'

measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes.

allowed-tools:

  • read_file
  • run_shell_command

CHIP Clonal Hematopoiesis Agent

The CHIP Clonal Hematopoiesis Agent provides comprehensive detection and risk stratification of clonal hematopoiesis of indeterminate potential (CHIP). It identifies clonal mutations in blood cells, assesses risk of progression to myeloid malignancy, and predicts cardiovascular disease risk, integrating with the CHIC machine learning framework for CBC-based screening.

When to Use This Skill

  • When detecting CHIP mutations from blood sequencing data.
  • For stratifying risk of progression to MDS/AML.
  • To assess CHIP-associated cardiovascular disease risk.
  • When filtering CHIP variants from tumor liquid biopsy.
  • For population-level CHIP screening and research.

Core Capabilities

  1. CHIP Detection: Identify clonal mutations with VAF >2%.
  1. Risk Stratification: Predict myeloid malignancy progression risk.
  1. CVD Risk Assessment: Estimate cardiovascular disease risk.
  1. CCUS Classification: Distinguish CHIP from CCUS/MDS.
  1. Clone Size Tracking: Monitor clonal evolution over time.
  1. ctDNA Filtering: Remove CHIP from tumor ctDNA analysis.

CHIP-Associated Genes

| Gene | Frequency | Malignancy Risk | CVD Risk |

|------|-----------|-----------------|----------|

| DNMT3A | 50% | Moderate | Elevated |

| TET2 | 20% | Moderate | Elevated (inflammatory) |

| ASXL1 | 10% | High | Moderate |

| JAK2 | 5% | High (MPN) | Elevated (thrombosis) |

| TP53 | 5% | Very High | Low |

| SF3B1 | 3% | Moderate-High | Low |

| SRSF2 | 3% | High | Low |

| PPM1D | 2% | Moderate | Therapy-related |

| CBL | 2% | High | Moderate |

| IDH1/2 | 2% | Moderate-High | Low |

Risk Categories

| Category | Criteria | Annual AML Risk |

|----------|----------|-----------------|

| Low-Risk CHIP | DNMT3A/TET2, VAF <10% | <0.5% |

| Intermediate CHIP | DNMT3A/TET2, VAF >10% | 0.5-1% |

| High-Risk CHIP | ASXL1, TP53, splicing | 1-3% |

| CCUS | CHIP + cytopenia | 3-10% |

| Pre-MDS | High-risk mutations + dysplasia | >10% |

Workflow

  1. Input: Blood sequencing (WES/panel), CBC data, clinical history.
  1. Variant Detection: Call somatic variants with VAF filtering.
  1. CHIP Classification: Identify CHIP-defining mutations.
  1. Risk Scoring: Calculate malignancy and CVD risk scores.
  1. Longitudinal Analysis: Track clone dynamics if serial samples.
  1. Clinical Integration: Generate management recommendations.
  1. Output: CHIP status, risk scores, monitoring plan.

Example Usage

User: "Analyze this patient's blood sequencing for CHIP and calculate their risk of progression and cardiovascular events."

Agent Action:

python3 Skills/Hematology/CHIP_Clonal_Hematopoiesis_Agent/chip_analysis.py \
    --variants blood_variants.vcf \
    --cbc_data patient_cbc.csv \
    --clinical_data patient_demographics.json \
    --vaf_threshold 0.02 \
    --age 65 \
    --calculate_cvd_risk true \
    --output chip_analysis/

CHRS Risk Score (Clonal Hematopoiesis Risk Score)

| Factor | Points | Notes |

|--------|--------|-------|

| High-risk mutation | +2 | SRSF2, SF3B1, ZRSR2, IDH1/2, FLT3, RUNX1, JAK2 |

| Single DNMT3A mutation | -1 | Lower risk |

| ≥2 mutations | +1 | Increased burden |

| VAF ≥20% | +1 | Large clone |

| CCUS (vs CHIP) | +2 | Cytopenia present |

| RDW ≥15% | +1 | Blood count abnormality |

| MCV ≥100 fL | +1 | Macrocytosis |

| Age ≥65 | +1 | Age-related risk |

Output Components

| Output | Description | Format |

|--------|-------------|--------|

| CHIP Status | Present/Absent, genes involved | .json |

| Mutation Details | VAF, gene, protein change | .csv |

| Malignancy Risk | 5-year AML/MDS probability | .json |

| CVD Risk | Cardiovascular risk score | .json |

| CHRS Score | Clonal hematopoiesis risk score | .json |

| Recommendations | Clinical management | .md |

| Monitoring Plan | Follow-up schedule | .json |

AI/ML Components

CHIC Framework:

  • Machine learning from CBC indices
  • Identifies high-risk CHIP without sequencing
  • Reduces "number needed to sequence"

Risk Prediction:

  • Cox proportional hazards for progression
  • Random survival forests
  • Deep learning survival models

CVD Risk Integration:

  • Framingham score adjustment
  • CHIP-specific hazard ratios
  • Inflammatory biomarker integration

Cardiovascular Risk

| CHIP Gene | CVD Hazard Ratio | Mechanism |

|-----------|------------------|-----------|

| TET2 | 1.9 | IL-6, inflammasome |

| DNMT3A | 1.7 | Inflammation |

| JAK2 | 2.6 | Thrombosis, platelet activation |

| ASXL1 | 2.0 | Inflammation |

| Overall CHIP | 1.5-2.0 | Multiple pathways |

Clinical Management Guidelines

| CHIP Category | Monitoring | Intervention |

|---------------|------------|--------------|

| Low-risk | Annual CBC | None |

| Intermediate | CBC q6 months | CVD optimization |

| High-risk | CBC q3-6 months, consider BMB | Hematology referral |

| CCUS | BMB, q3 month CBC | Active surveillance |

Prerequisites

  • Python 3.10+
  • Variant callers (Mutect2, VarScan)
  • ANNOVAR/VEP for annotation
  • lifelines, scikit-survival
  • CHIC model weights

Related Skills

  • MPN_Progression_Monitor_Agent - MPN monitoring
  • CHIC_ML_Framework_Agent - CBC-based screening
  • MDS_Classification_Agent - MDS diagnosis
  • Bone_Marrow_AI_Agent - Morphology analysis

CHIP vs ctDNA Filtering

| Feature | CHIP | Tumor ctDNA |

|---------|------|-------------|

| VAF Stability | Stable over time | Changes with disease |

| Genes | DNMT3A, TET2, ASXL1 | Tumor drivers |

| Age Association | Increases with age | Independent |

| Multiple Samples | Consistent | Variable |

Special Considerations

  1. VAF Threshold: Use 2% for CHIP definition
  2. Germline Filtering: Exclude germline variants
  3. Age Context: Prevalence increases with age
  4. Therapy History: Consider treatment-related clones
  5. Serial Monitoring: Track clone dynamics

Population Prevalence

| Age Group | CHIP Prevalence | High-Risk CHIP |

|-----------|-----------------|----------------|

| 40-49 | ~2% | <0.5% |

| 50-59 | ~5% | ~1% |

| 60-69 | ~10% | ~2% |

| 70-79 | ~15% | ~4% |

| 80+ | ~20% | ~5% |

Therapeutic Implications

| Scenario | CHIP Impact | Consideration |

|----------|-------------|---------------|

| CAR-T Therapy | May affect outcomes | Monitor clones |

| Stem Cell Transplant | Donor CHIP matters | Screen donors |

| Chemotherapy | May expand clones | Monitor post-treatment |

| Cardiovascular | Increased risk | Aggressive prevention |

Author

AI Group - Biomedical AI Platform

<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 3,010
本站分层T1
该仓技能数897
原文件路径skills/chip-clonal-hematopoiesis-agent/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 897 个技能