You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jvwong
changed the title
Displaying links to MEDIATOR_IDS: Ideas
Interactions: Provide more informative label for edge tooltip links to "Detailed Views"
Feb 11, 2019
We now slot this list of numbered links under the tooltip subheading "Open a more detailed view of this interaction". And indeed, the caveat is that these can be lengthy in a few cases:
I propose to implement the approach described above, that is, traversal to fetch gene and interaction names. Indeed, we (1) already possess a rudimentary PC 'traverse' wrapper in src/server/external-services/pathway-commons.js and (2) traversals are rather lightweight in that multiple URIs for a given path can be done in a single GET.
Req'd tasks:
Modify traverse to accept multiple URIs for a given path
Create a function to map URI, path => genes/interaction text via traverse
Integrate into interactions data formatting getInteractionsCyJson
Background
Within Interactions, edge tooltips display one or more SIF
MEDIATOR_IDS
under 'Pathway Links'.Following link for
[1]
in this case gives a interaction from CTDWe could certainly provide more useful clues to help a user decide. I personally find detail in these links far more informative.
Ideas
Good: A traverse on each to fetch a list of the participant display names:
Better:?
Best: Max's idea of 'small multiple' preview snapshots
The text was updated successfully, but these errors were encountered: