GMOD / JBrowseR

R interface to the JBrowse 2 Linear Genome View.
https://gmod.github.io/JBrowseR/
Apache License 2.0
35 stars 3 forks source link

Implement messaging from JB2 to Shiny app. #7

Closed elliothershberg closed 3 years ago

elliothershberg commented 3 years ago

This PR adds a new feature to JBrowseR where the receives a message about what feature was selected in the browser. When a feature is clicked on, the featureData is passed to input$selectedFeature in the app. This enables a lot more complex behavior, where the browser is now able to drive other behavior in the app.

A simple demo of this is shown in the new example app added in this PR where a data table displays the features that have been selected.