recount3_cache: Specify where to cache the recount3 files

View source: R/recount3_cache.R

recount3_cacheR Documentation

Specify where to cache the recount3 files

Description

This function allows you to specify where the recount3 files will be cached to. It is powered by BiocFileCache-class.

Usage

recount3_cache(cache_dir = getOption("recount3_cache", NULL))

Arguments

cache_dir

A character(1) specifying the directory that will be used for caching the data. If NULL a sensible default location will be used.

Value

A BiocFileCache-class object where the recount3 files will be cached to.

See Also

Other recount3 cache functions: recount3_cache_files(), recount3_cache_rm()

Examples


## Locate the recount3 cache default directory
recount3_cache()

LieberInstitute/recount3 documentation built on May 4, 2024, 4:16 a.m.