samujjwaal / Visualize-RT-Plan-Data

Identifying Similarities and Dissimilarities between UIC and MDACC Radiation Therapy Plan Data

Home Page:https://samujjwaal.github.io/Visualize-RT-Plan-Data/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualize Radiation Therapy Plan Data

GitHub last commit (branch) GitHub top language GitHub repo size

Identifying Similarities and Dissimalirities Between UIC and MDACC RT Plan Data

This project was done as term project for CS529: Visual Data Science course at the University of Illinois at Chicago during the Fall 2019 term along with teammates Md Nafiul Alam Nipu & Sanjana Srabanti, and in consultation with domain experts/clients Dr. Baher Elgohari & Dr. Michael Spiotto.


Radiation therapy is a primary modality to treat head and neck, cancer patients. In this project, we propose a novel approach to visually correlate similarities and differences in cancer patient condition after radiation treatment.

The system uses head and neck cancer patients' data from UIC and MDACC Radiation Therapy plan, and visualize their similarities and dissimilarities in terms of dose prescription, dose distribution, tumor size, presence of lymph node, etc. The system introduces an efficient way for the users to analyze the data and reach a decision in an easy and proficient manner.

Motivation of the project was to help oncologists to :

  • Understand how different patients respond to similar RT doses
  • Visualize the tumor condition of patients
  • Cluster the patients as per their demographic

Javascript libraries used: D3.js and THREE.js

Here is the Project Report submitted for this project.

Here is a demo video to explain the UI of the project and various visual encodings employed.

Demo Video

Usage Details

The project can be viewed at MedRT.

To run the project locally, open the terminal and follow these steps:

  1. Run: git clone https://github.com/samujjwaal/Visualize-RT-Plan-Data.git
  2. Start an http server: python -m http.server 8888
  3. Open http://localhost:8888 in a browser to view the project

About

Identifying Similarities and Dissimilarities between UIC and MDACC Radiation Therapy Plan Data

https://samujjwaal.github.io/Visualize-RT-Plan-Data/


Languages

Language:JavaScript 98.9%Language:Jupyter Notebook 0.6%Language:CSS 0.3%Language:HTML 0.2%