cache_atac_se | R Documentation |
Download, retrieve and cache macrophage ATAC seq results
cache_atac_se(verbose = FALSE)
verbose |
Provide progress bar for downloading and updating the cache? (Default is FALSE) |
This code generates the SummarizedExperiment object used for ATAC seq peaks data analysis as discussed in the vignette.
the path to the .rds file containing the SummarizedExperiment
https://zenodo.org/record/1188300/files/
if (interactive()) {
path_to_se <- cache_atac_se()
atac <- readRDS(path_to_se)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.