web4bio / webgen

WebGen Vertically Integrated Project
https://web4bio.github.io/webgen/main/html/
11 stars 26 forks source link

Combine clinical data and mutation data into same object #315

Closed adit-anand closed 2 years ago

adit-anand commented 3 years ago

At the moment, the clinical data and mutation data are stored as two separate objects/variables in the web app. The end goal is to combine them into a single object/variable so that the heatmap and violin plot code refer to the same object when populating the checkboxes.

adit-anand commented 3 years ago

The combined data object has been created. Some formatting issues are being resolved at the moment, and all instances of the clinicalData localStorage item are being removed.

adit-anand commented 3 years ago

This issue is associated with Pull Request #341