powered by
Convert a HiCUP digest file to BED format.
convert.hicup.digest.bed(hicup.digest, file.name = "")
Path to HiCUP digest
Path to output file. A blank string indicates output to the console.
# NOT RUN { hicup.digest <- system.file('extdata', 'HiCUP_digest_example.txt', package = 'chicane'); convert.hicup.digest.bed(hicup.digest); # }
Run the code above in your browser using DataLab