β-Thalassemia (Mediterranean Anemia) is a genetic blood disorder caused by mutations in the HBB gene on chromosome 11, leading to reduced hemoglobin production. These mutations impair β-globin synthesis, resulting in anemia of varying severity. This study analyzes High-Performance Liquid Chromatography (HPLC) test results for hemoglobin variants (HbA,
HbA
2
, HbF) using a machine learning classification technique to categorize individuals as normal, β-Thalassemia minor, β-Thalassemia intermedia, or β-Thalassemia major.
Display the non-missing properties and corresponding values of the Thalassemia disease entity in a grid:
Use the β-Thalassemia classifier to determine classifications based on hemoglobin variant percentages:
In[10]:=
thalassemiaClassifier[{97.2,2.3,0.4}]
Out[10]=
Normal
In[11]:=
thalassemiaClassifier[{90.1,5,3}]
Out[11]=
β-ThalassemiaMinor
In[12]:=
thalassemiaClassifier[{33.1,5,15}]
Out[12]=
β-ThalassemiaIntermedia
In[13]:=
thalassemiaClassifier[{2.1,6,87}]
Out[13]=
β-ThalassemiaMajor
This work is dedicated to the memory of my dear siblings, Loran Masoud and Omar Masoud, victims of Beta Thalassemia, which claimed their lives. It is also dedicated to my only remaining sister, Lobna Masoud, who bravely battles this disease. Additionally, this work is dedicated to Resala Association in Egypt, a non-profit organization known for its remarkable efforts in charitable work, including combating β-Thalassemia. The association provides both financial and moral support to patients and ensures access to safe blood transfusion methods. I aspire to contribute to limiting the spread of this disease by studying it through data analysis and machine learning. For instance, exploring the relationship between genes and hemoglobin analysis results. Unfortunately, the required data is unavailable.