Name Mode Size
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 3 kb
NEWS 100644 0 kb
README.md 100644 1 kb
README.md
# HiCaptuRe <img src="man/figures/logo_dark.png" width="121px" height="140px" align="right" style="padding-left:10px;background-color:white;" /> R package for Capture Hi-C data management. HiCaptuRe is an R package developed in [Javierre Lab](https://www.javierrelab.com/) to deal with Capture Hi-C data, specially data from [liCHi-C](https://www.nature.com/articles/s41467-023-35911-8). It's an on going project so it still being developed but it's fully functional, new functions will be coming up soon. ## Installation You can install the latest release of `HiCaptuRe` from Bioconductor: if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("HiCaptuRe") If you want to test the development version, you can install it from the github repository: BiocManager::install("LaureTomas/HiCaptuRe") Now you can load the package using `library(HiCaptuRe)`.