JRaviLab / molevolvr2.0

WIP new molevolvr app
https://molevolvr.netlify.app/
1 stars 10 forks source link

Network visualization #14

Closed vincerubinetti closed 1 month ago

vincerubinetti commented 1 month ago

Closes #6 (except for "nice to haves", which we can revisit later)

netlify[bot] commented 1 month ago

Deploy Preview for molevolvr ready!

Name Link
Latest commit ee2aa79b98f6364354683c2df592da7f3001fdce
Latest deploy log https://app.netlify.com/sites/molevolvr/deploys/66facc1b213ff90008ecf86f
Deploy Preview https://deploy-preview-14--molevolvr.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vincerubinetti commented 1 month ago

I'll add shapes (tied to colors which are mapped to unique types, for color-blindness) in a future PR.

Also more filters can/will be added when this network component starts to be used in-situ. E.g., only show nodes with p-value between A and B. These filters will exist outside the component, since they are more specific and not generic to all use-cases of the component. That is, the sliders will be outside of the component, and the node/edge data will be filtered appropriately before being passed to the component.