alexlenail / Axial

Interactive Visualizations for High Dimensional Genomics Data
http://alexlenail.me/Axial/
MIT License
7 stars 2 forks source link

Braid and Heatmap should use the same data representation #9

Open alexlenail opened 6 years ago

alexlenail commented 6 years ago

Braid predates heatmap, and heatmap has a fairly principled data representation. Braid's is messy.

Ideally, both should eventually move to a d3-dataframe representation, but in the meantime, both should at least be using the same suboptimal representation.