JBrowseR is an R package that provides a simple and clean interface to JBrowse 2 for R users. Using JBrowseR, you can:
You can install the released version of JBrowseR from CRAN with:
install.packages("JBrowseR")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("gmod/JBrowseR")
In order to get started with JBrowseR, please refer to the vignette that best suits your needs:
Shows a “bookmark” type feature, loading data from data frame, and buttons to navigate to genes of interest
Uses the config.json loading method
If you use JBrowseR in your research, please cite the following publication:
Hershberg et al., 2021. JBrowseR: An R Interface to the JBrowse 2 Genome Browser
@article{hershberg2021jbrowser,
title={JBrowseR: An R Interface to the JBrowse 2 Genome Browser},
author={Hershberg, Elliot A and Stevens, Garrett and Diesh, Colin and Xie, Peter and De Jesus Martinez, Teresa and Buels, Robert and Stein, Lincoln and Holmes, Ian},
journal={Bioinformatics}
}