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
CHIP Detection: Identify clonal mutations with VAF >2%.
Risk Stratification: Predict myeloid malignancy progression risk.
CVD Risk Assessment: Estimate cardiovascular disease risk.
CCUS Classification: Distinguish CHIP from CCUS/MDS.
Clone Size Tracking: Monitor clonal evolution over time.
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
Input: Blood sequencing (WES/panel), CBC data, clinical history.
Variant Detection: Call somatic variants with VAF filtering.
CHIP Classification: Identify CHIP-defining mutations.
Risk Scoring: Calculate malignancy and CVD risk scores.
Longitudinal Analysis: Track clone dynamics if serial samples.
Clinical Integration: Generate management recommendations.
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
- VAF Threshold: Use 2% for CHIP definition
- Germline Filtering: Exclude germline variants
- Age Context: Prevalence increases with age
- Therapy History: Consider treatment-related clones
- 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
1---2name: chip-clonal-hematopoiesis-agent3description: AI-powered clonal hematopoiesis of indeterminate potential (CHIP) detection, risk stratification, and cardiovascular/malignancy risk prediction using genomic and clinical data.4---56<!--7# COPYRIGHT NOTICE8# This file is part of the "Universal Biomedical Skills" project.9# Copyright (c) 2026 MD BABU MIA, PhD <md.babu.mia@mssm.edu>10# All Rights Reserved.11#12# This code is proprietary and confidential.13# Unauthorized copying of this file, via any medium is strictly prohibited.14#15# Provenance: Authenticated by MD BABU MIA1617-->18192021# CHIP Clonal Hematopoiesis Agent2223The **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.2425## When to Use This Skill2627* When detecting CHIP mutations from blood sequencing data.28* For stratifying risk of progression to MDS/AML.29* To assess CHIP-associated cardiovascular disease risk.30* When filtering CHIP variants from tumor liquid biopsy.31* For population-level CHIP screening and research.3233## Core Capabilities34351. **CHIP Detection**: Identify clonal mutations with VAF >2%.36372. **Risk Stratification**: Predict myeloid malignancy progression risk.38393. **CVD Risk Assessment**: Estimate cardiovascular disease risk.40414. **CCUS Classification**: Distinguish CHIP from CCUS/MDS.42435. **Clone Size Tracking**: Monitor clonal evolution over time.44456. **ctDNA Filtering**: Remove CHIP from tumor ctDNA analysis.4647## CHIP-Associated Genes4849| Gene | Frequency | Malignancy Risk | CVD Risk |50|------|-----------|-----------------|----------|51| DNMT3A | 50% | Moderate | Elevated |52| TET2 | 20% | Moderate | Elevated (inflammatory) |53| ASXL1 | 10% | High | Moderate |54| JAK2 | 5% | High (MPN) | Elevated (thrombosis) |55| TP53 | 5% | Very High | Low |56| SF3B1 | 3% | Moderate-High | Low |57| SRSF2 | 3% | High | Low |58| PPM1D | 2% | Moderate | Therapy-related |59| CBL | 2% | High | Moderate |60| IDH1/2 | 2% | Moderate-High | Low |6162## Risk Categories6364| Category | Criteria | Annual AML Risk |65|----------|----------|-----------------|66| Low-Risk CHIP | DNMT3A/TET2, VAF <10% | <0.5% |67| Intermediate CHIP | DNMT3A/TET2, VAF >10% | 0.5-1% |68| High-Risk CHIP | ASXL1, TP53, splicing | 1-3% |69| CCUS | CHIP + cytopenia | 3-10% |70| Pre-MDS | High-risk mutations + dysplasia | >10% |7172## Workflow73741. **Input**: Blood sequencing (WES/panel), CBC data, clinical history.75762. **Variant Detection**: Call somatic variants with VAF filtering.77783. **CHIP Classification**: Identify CHIP-defining mutations.79804. **Risk Scoring**: Calculate malignancy and CVD risk scores.81825. **Longitudinal Analysis**: Track clone dynamics if serial samples.83846. **Clinical Integration**: Generate management recommendations.85867. **Output**: CHIP status, risk scores, monitoring plan.8788## Example Usage8990**User**: "Analyze this patient's blood sequencing for CHIP and calculate their risk of progression and cardiovascular events."9192**Agent Action**:93```bash94python3 Skills/Hematology/CHIP_Clonal_Hematopoiesis_Agent/chip_analysis.py \95 --variants blood_variants.vcf \96 --cbc_data patient_cbc.csv \97 --clinical_data patient_demographics.json \98 --vaf_threshold 0.02 \99 --age 65 \100 --calculate_cvd_risk true \101 --output chip_analysis/102```103104## CHRS Risk Score (Clonal Hematopoiesis Risk Score)105106| Factor | Points | Notes |107|--------|--------|-------|108| High-risk mutation | +2 | SRSF2, SF3B1, ZRSR2, IDH1/2, FLT3, RUNX1, JAK2 |109| Single DNMT3A mutation | -1 | Lower risk |110| ≥2 mutations | +1 | Increased burden |111| VAF ≥20% | +1 | Large clone |112| CCUS (vs CHIP) | +2 | Cytopenia present |113| RDW ≥15% | +1 | Blood count abnormality |114| MCV ≥100 fL | +1 | Macrocytosis |115| Age ≥65 | +1 | Age-related risk |116117## Output Components118119| Output | Description | Format |120|--------|-------------|--------|121| CHIP Status | Present/Absent, genes involved | .json |122| Mutation Details | VAF, gene, protein change | .csv |123| Malignancy Risk | 5-year AML/MDS probability | .json |124| CVD Risk | Cardiovascular risk score | .json |125| CHRS Score | Clonal hematopoiesis risk score | .json |126| Recommendations | Clinical management | .md |127| Monitoring Plan | Follow-up schedule | .json |128129## AI/ML Components130131**CHIC Framework**:132- Machine learning from CBC indices133- Identifies high-risk CHIP without sequencing134- Reduces "number needed to sequence"135136**Risk Prediction**:137- Cox proportional hazards for progression138- Random survival forests139- Deep learning survival models140141**CVD Risk Integration**:142- Framingham score adjustment143- CHIP-specific hazard ratios144- Inflammatory biomarker integration145146## Cardiovascular Risk147148| CHIP Gene | CVD Hazard Ratio | Mechanism |149|-----------|------------------|-----------|150| TET2 | 1.9 | IL-6, inflammasome |151| DNMT3A | 1.7 | Inflammation |152| JAK2 | 2.6 | Thrombosis, platelet activation |153| ASXL1 | 2.0 | Inflammation |154| Overall CHIP | 1.5-2.0 | Multiple pathways |155156## Clinical Management Guidelines157158| CHIP Category | Monitoring | Intervention |159|---------------|------------|--------------|160| Low-risk | Annual CBC | None |161| Intermediate | CBC q6 months | CVD optimization |162| High-risk | CBC q3-6 months, consider BMB | Hematology referral |163| CCUS | BMB, q3 month CBC | Active surveillance |164165## Prerequisites166167* Python 3.10+168* Variant callers (Mutect2, VarScan)169* ANNOVAR/VEP for annotation170* lifelines, scikit-survival171* CHIC model weights172173## Related Skills174175* MPN_Progression_Monitor_Agent - MPN monitoring176* CHIC_ML_Framework_Agent - CBC-based screening177* MDS_Classification_Agent - MDS diagnosis178* Bone_Marrow_AI_Agent - Morphology analysis179180## CHIP vs ctDNA Filtering181182| Feature | CHIP | Tumor ctDNA |183|---------|------|-------------|184| VAF Stability | Stable over time | Changes with disease |185| Genes | DNMT3A, TET2, ASXL1 | Tumor drivers |186| Age Association | Increases with age | Independent |187| Multiple Samples | Consistent | Variable |188189## Special Considerations1901911. **VAF Threshold**: Use 2% for CHIP definition1922. **Germline Filtering**: Exclude germline variants1933. **Age Context**: Prevalence increases with age1944. **Therapy History**: Consider treatment-related clones1955. **Serial Monitoring**: Track clone dynamics196197## Population Prevalence198199| Age Group | CHIP Prevalence | High-Risk CHIP |200|-----------|-----------------|----------------|201| 40-49 | ~2% | <0.5% |202| 50-59 | ~5% | ~1% |203| 60-69 | ~10% | ~2% |204| 70-79 | ~15% | ~4% |205| 80+ | ~20% | ~5% |206207## Therapeutic Implications208209| Scenario | CHIP Impact | Consideration |210|----------|-------------|---------------|211| CAR-T Therapy | May affect outcomes | Monitor clones |212| Stem Cell Transplant | Donor CHIP matters | Screen donors |213| Chemotherapy | May expand clones | Monitor post-treatment |214| Cardiovascular | Increased risk | Aggressive prevention |215216## Author217218AI Group - Biomedical AI Platform219220221<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->