cognoma / frontend

Frontend for Project Cognoma
http://cognoma.org/
Other
4 stars 22 forks source link

Query Review Screen #65

Open bdolly opened 7 years ago

bdolly commented 7 years ago

assigned to @w0lya

@dhimmel can you please provide some functional as well as layout requirements for this view, specifically those that pertain to the data visualization(s) needed?

bdolly commented 7 years ago

@dhimmel the more I think about the more I don't think this is a mission critical screen for the MVP and could be de-prioritized a bit, thoughts?

dhimmel commented 7 years ago

I don't think it's mission critical. I was thinking it would have the following elements:

  1. the list of selected genes and their corresponding number of positives and negatives
  2. the list of selected mutations and their corresponding number of positives and negatives
  3. the mutation frequency by disease type heatmap from https://github.com/cognoma/machine-learning/pull/74.
  4. In the future, there may also be some machine learning parameters that can be tweaked.

So 1 & 2 are already available on other parts of the workflow. 3 will be helpful, but it's not essential for MVP... so if this will hold us back, I'm okay with deferring this until later.