Blaklisted regions of the mm9 genome build btained by lifting over the mm10_blacklist.

data("mm9_blacklist")

Format

An object of class GRanges of length 292.

Source

tmp <- base::get("mm10_blacklist", asNamespace("EpiCompare")) mm9_blacklist <- liftover_grlist(grlist = tmp, input_build = "mm10", output_build = "mm9", keep_chr = NULL) usethis::use_data(mm9_blacklist, overwrite = TRUE)