Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 469 Bytes

RBrowse

A set of modular components for creating interactive genome browsers in R

Installation

Can be installed using install_github from the devtools or remotes package:

install_github("sparce/RBrowse")

Demo

A demo explaining some of the included features can be found by running:

library(RBrowse)
RBrowse_demo(display.mode = "showcase")