knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

HiConvert package

This package is a file format converter of HiC sequencing files. The formats supported are:

library(HiConvert)

hic_import

x <- hic_import("example.bam")

hic_export

hic_export(x, "example.bedpe")

gi_import

toma un bedpe y genera un genomic interactions object

gi_export



ComunidadBioInfo/HiConvert documentation built on Oct. 30, 2019, 5:44 a.m.