QGene is a hybrid machine learning system designed to classify BRCA1 and BRCA2 gene mutations as:
- Benign (Harmless)
- Pathogenic (Disease-causing)
The system combines:
- Classical Machine Learning (Random Forest, SVM)
- Quantum Machine Learning (VQC, QSVM using Qiskit)
- Hybrid Ensemble Modeling
The final goal is to build a research-grade prototype with a web interface for mutation prediction.
β
Environment setup (Python 3.12 + Anaconda + VS Code)
β
Installed required ML & Quantum libraries
β
Downloaded ClinVar dataset
β
Filtered BRCA1 & BRCA2 variants
β
Cleaned dataset (37,362 variants)
β
Created binary classification labels
β
Performed exploratory data analysis
β
Generated data visualizations
Dataset is balanced (~49% benign, ~51% pathogenic) with no missing values.