JBrowseR: R interface to JBrowse 2 genome browser

View source: R/JBrowseR.R

JBrowseRR 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.


JBrowseR documentation built on June 8, 2023, 6:41 a.m.