Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.2 Minor Release
-
Labels:
-
Story Points:0.5
-
Sprint:Summer 2018 Part 2
Description
An IGB App developer asks:
"Can I select a region/part of my data and get the location, or maybe even values for different lines, of it as an output? For example, I have peaks from ChIP-seq analysis and I want to know exact location/values of those which are selected in IGB."
Investigate how this could be done and add comments here.
- How does an App find out what items are currently selected in IGB?
- How does an App gain access to attributes of the currently selected items?
Tips:
- Look at how ProtAnnot does it.
- Look at Development plug-ins that perform operations on single annotation Glyph objects
- Look at IgbService
- Look at how API services are implemented in general
Attachments
Issue Links
- relates to
-
IGBF-1355 Make a new IGB "demo" App that shows how Apps can get access to track data
-
- Closed
-
Relevant page in the developers guide:
https://wiki.transvar.org/display/igbdevelopers/Context+Menu+API+QuickStart
Corresponding git repository with example:
https://bitbucket.org/lorainelab/context-menu-api-quickstart
In IGB code base see Menu API module.