Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 671 Bytes

BentoBox

Overview

Rapid and precise coordinate-based visualization of genomic data

Dependencies

Currently rtracklayer needs to be installed manually. To install

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("rtracklayer")

Installation

To install BentoBox, use the following code:

install.packages("devtools")
library(devtools)
install_github("PhanstielLab/BentoBox")

Usage

Coming Soon

Contributors

License

TBD