JBrowseR {JBrowseR} | R Documentation |
R interface to JBrowse 2 genome browser
Description
Embed a JBrowse 2 linear genome view in your Shiny app, Rmd document, or interactive R console.
Usage
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.
[Package JBrowseR version 0.10.2 Index]