This function allows you to specify where the recount3 files will be cached to. It is powered by BiocFileCache-class.
recount3_cache(cache_dir = getOption("recount3_cache", NULL))
A character(1)
specifying the directory that will be used
for caching the data. If NULL
a sensible default location will be used.
Other recount3 cache functions:
recount3_cache_files()
,
recount3_cache_rm()
## Locate the recount3 cache default directory
recount3_cache()
#> class: BiocFileCache
#> bfccache: /github/home/.cache/R/recount3
#> bfccount: 61
#> For more information see: bfcinfo() or bfcquery()