Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 874 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 874 Bytes

coveRage

Tools to explore sequencing coverage in high-throughput sequencing projects

Travis-CI Build Status

This package was called covR for a brief time. Due to a name conflict with a package already at CRAN (covr) I've renamed it to coveRage.

While this project is in development it can be installed through github:

devtools::install_github(repo="knausb/coveRage")
library(coveRage)

If you would like the vignettes use:

devtools::install_github(repo="knausb/coveRage", build_vignettes=TRUE)

You can browse the vignettes with:

browseVignettes(package="coveRage")

If you'd like to try the development branch (which may not be stable) use:

devtools::install_github(repo="knausb/coveRage@devel")