Embed a JBrowse 2 linear genome view in your Shiny app, Rmd document, or interactive R console.
JBrowseR(view, ..., width = NULL, height = NULL, elementId = NULL)
Which JBrowse 2 view to use. View, JsonView, ViewHg19, ViewHg38
The parameters passed on to the view
The width of the htmlwidget
The height of the htmlwidget
The elementId of the htmlwidget
an htmlwidget of the JBrowse 2 linear genome view.