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)

Arguments

view

Which JBrowse 2 view to use. View, JsonView, ViewHg19, ViewHg38

...

The parameters passed on to the view

width

The width of the htmlwidget

height

The height of the htmlwidget

elementId

The elementId of the htmlwidget

Value

an htmlwidget of the JBrowse 2 linear genome view.