Skip to content
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

dendrogram interactions #18

Open
2 of 5 tasks
cornhundred opened this issue Jun 13, 2019 · 0 comments
Open
2 of 5 tasks

dendrogram interactions #18

cornhundred opened this issue Jun 13, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cornhundred
Copy link
Contributor

cornhundred commented Jun 13, 2019

Clicking the dendrogram should bring up the dendrogram tooltip, but allow the user to interact with it, e.g. stay visible permanently until closed again by clicking the dendrogram (or an x in the tooltip). I will probably need to create a separate class for this tooltip to prevent it from being hidden and to prevent additional tooltips from popping up while it is visible.

The tooltip needs:

  • text selection box for rows/columns (e.g. comma separated)
  • wrap around text for row and column cluster selection will instead have external widget view of selected terms see Observable examples
  • run enrichment analysis via Enrichr
  • export genes to Enrichr
  • crop button to zoom into this section
    • will be useful for zooming into clusters of genes
    • will be useful for running front-end enrichment analysis on a cluster of genes

Setting up re-initialization (as well as destroying previous contexts) of visualization. Need to re-create network filtering as seen here

https://github.com/MaayanLab/clustergrammer/blob/master/src/network/filter_network_using_new_nodes.js

@cornhundred cornhundred self-assigned this Jun 13, 2019
@cornhundred cornhundred added enhancement New feature or request help wanted Extra attention is needed labels Jun 13, 2019
@cornhundred cornhundred changed the title dendrogram click for row/col export, filtering, etc dendrogram click for row/col export, cropping, etc Jun 13, 2019
@cornhundred cornhundred changed the title dendrogram click for row/col export, cropping, etc dendrogram interactions Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant