add boolean if bin overlaps with a centromere.
Source:R/chromosome_layouts.R
mark_bins_overlapping_centromeres.RdCan optionally specify a padding to mark locations of bins as being close enough to a centromere. Often bins near centromeres are corrupt in their state calls. In the past, we have filtered within 3 Mb of centromeres.
Usage
mark_bins_overlapping_centromeres(
reads_df,
padding = 0,
bin_start_col = "start",
bin_end_col = "end",
version = c("hg19", "hg38")
)