mm9_blacklist | R Documentation |
Blaklisted regions of the mm9 genome build
btained by lifting over the mm10_blacklist
.
data("mm9_blacklist")
An object of class GRanges
of length 292.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.