Implements bedtools subtract to remove unmappable regions in bedfiles

subtractUnmappable(
  f,
  u = "~/Documents/Curie/Data/Genomes/Dmel_v6.12/Mappability/dmel6_unmappable_75.bed",
  dataframe = FALSE
)