Skip to content

whtns/BentoBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • R 99.6%
  • C++ 0.4%