Hello,
Thanks to the igv.js team for the fantastic tool and their responses to questions & feature suggestions.
I had a somewhat naive question about directly accessing data for an annotation track:
The igv.js clickTrack event has a handler "popoverData" that gives information for the clicked feature. An example feature's popoverData is pasted below:
[{"name":"Score","value":0},{"name":"Name","value":"37"},"<hr>","MN908947.3:16,626-17,125 (+)"]
I was wondering if there was a way of accessing the popoverData for all features (i.e. as JSON or an array) without invoking a clickTrack event? My use case would be matching names to filter out features that do not satisfy some criteria.
Thank you in advance!
Hunter Gill
Ph.D. Student, IU School of Informatics & Computing @ IUPUI