Closed bodkan closed 6 years ago
Right now it requires that the provided BED file contains positions of single sites. It does not work with regions in general.
This will probably require something as GenomicRanges, but I would like to avoid pulling all those dependencies in.
GenomicRanges
Closed by this. Implemented using data.table's foverlaps function.
data.table
foverlaps
Right now it requires that the provided BED file contains positions of single sites. It does not work with regions in general.
This will probably require something as
GenomicRanges
, but I would like to avoid pulling all those dependencies in.