Download, retrieve and cache macrophage ATAC seq results
cache_atac_se(verbose = FALSE)the path to the .rds file containing the SummarizedExperiment
This code generates the SummarizedExperiment object used for ATAC seq peaks data analysis as discussed in the vignette.
if (interactive()) {
path_to_se <- cache_atac_se()
atac <- readRDS(path_to_se)
}