-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bipartite Network: Add node filters #924
Comments
Note that this same feature would be helpful for both the bipartite and regular networks |
I suggest that this is done after #996 |
Update: because of ux reasons we've decided to make the node filter part of the visualization inputs. So it would live next to the Link Threshold filters. The input should still be a searchable dropdown (like the multiselect but with checkboxes), and we'll send that list to the backend. The backend will remove the nodes from the network. This issue is paused until the backend work is complete. |
In order to reduce the number of uninteresting nodes on the plot, let's add the ability to filter each column. This would allow the user to focus only on metadata they care about, for example, or all species of Klebsiella.
Mockups in Mbio Correlation app -> Bipartite Network 2.0
Screenshots below!
The text was updated successfully, but these errors were encountered: