Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 709 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 709 Bytes

HiCaptuRe

R package for Capture Hi-C data management. HiCaptuRe is an R package developed in Javierre Lab to deal with Capture Hi-C data, specially data from liCHi-C. It's an on going project so it still being developed but it's fully functional, new functions will be coming up soon.

How to install

library(devtools)
install_github("LaureTomas/HiCaptuRe",force = T)

If you also want the vignettes

install_github("LaureTomas/HiCaptuRe",force = T,build_vignettes = T)