A set of modular components for creating interactive genome browsers in R
Can be installed using install_github from the devtools or remotes package:
install_github("sparce/RBrowse")A demo explaining some of the included features can be found by running:
library(RBrowse)
RBrowse_demo(display.mode = "showcase")