# Example 1: Very High Risk
# TP53 deleted (+4), IGHV unmutated (+2), B2M > 3.5 (+2), Stage I (+1), Age 70 (+1)
# Score = 10
cll_ipi_score(1, 1, 1, 1, 1)
# Example 2: Low Risk
# No mutations, Normal B2M, Stage 0, Age 60
# Score = 0
cll_ipi_score(0, 0, 0, 0, 0)
Run the code above in your browser using DataLab