CSE512-15S / fp-tdurham-ajh24-chiasson-ningli30

EPICViz - http://cse512-15s.github.io/fp-tdurham-ajh24-chiasson-ningli30/
0 stars 3 forks source link

gene report #22

Open tdurham86 opened 9 years ago

tdurham86 commented 9 years ago

Report to pop up in a modal dialog when a user clicks on a highlighted cell in the gene expression plot. Note that the report should be based on the color of the cell, so intersections will behave independently of individual highlights. This may not be the desired behavior, but we can address that later.

Three phases to this issue:

  1. A way to show that you can click on points.
  2. Callback
    1. get the genes and cells that will be included in the report
    2. calculate information score for each selected gene based on the cells selected
    3. populate the modal dialog with html to display the report (maybe jquery widget?)
  3. Style with CSS