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.
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 toinput$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.