krishnanlab / geneplexus_app

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add gene network sliders #172

Closed jacobnewsted closed 2 years ago

jacobnewsted commented 2 years ago

There need to be 3 sliders for the gene network that threshold what genes are displayed

  1. Node probability (cuts off the lower end of the genes shown by probability)
  2. Node count (only show N genes, ordered by highest probability first)
  3. Edge weight (cuts off the lower end of the edges by edge weight)

All 3 sliders should be inside the information box on the left side of the graph. Node probability is cut off at 0.5.

Additionally, all nodes will have a constant radius and edges will have a constant stroke size.

billspat commented 2 years ago

@jacob these are working great! I've made some slide mods, and set the initial value of the min link weight to 0.5 per Chris, and merged into dev. Closing this. nice work.