Skip to content

ananyac9820/QGene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QGene – Hybrid Classical-Quantum Machine Learning for BRCA Variant Classification

πŸ“Œ Project Overview

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.


πŸ“Š Week 1 Progress (Completed)

βœ… 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.


πŸ“‚ Project Structure

About

Hybrid Classical-Quantum ML system for BRCA1/BRCA2 variant classification using ClinVar data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors