Accessing Annotation and Tracks Objects
Hello,
Within my plugin I need to be able to access the objects inside Annotations and Tracks. In the following example, one of the three annotations is unchecked. I need to be able to access an object which includes information regarding the checked vs. unchecked annotations. The SequenceDocument.getSequenceAnnotations() provides the entire list of annotations. However, I also need to know which annotations have been checked/unchecked.
Thank you!
-
Hi,
Sorry, this isn't possible. The checkboxes you're referring to reflect the visibility of the tracks and annotations in the sequence viewer. As such, they're properties of the sequence viewer, rather than of the tracks/annotations themselves, and these aren't accessible from our Public API.
What are you trying to do that requires this information? Perhaps there's some other workaround.
0
Please sign in to leave a comment.
Comments
1 comment