knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
This package is a file format converter of HiC sequencing files. The formats supported are:
library(HiConvert)
x <- hic_import("example.bam")
hic_export(x, "example.bedpe")
toma un bedpe y genera un genomic interactions object
gi_export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.