Skip to contents

Function to access (and manage) the depmap package cache. `dmCache()` returns the central `depmap` cache.

Usage

dmCache()

Value

The `dmCache()` function returns an instance of class `BiocFileCache`.

Details

The cache is an object of class `BiocFileCache`, and created with [BiocFileCache::BiocFileCache()]. It can be either the package-wide cache as defined by `dmCache()` or an instaned provided by the user.

When projects are cached, they are given a resource name (`rname`), that is set to the file's identifier.

Author

Laurent Gatto

Examples


## Default depmap cache
dmCache()
#> class: BiocFileCache
#> bfccache: /github/home/.cache/R/depmap
#> bfccount: 5
#> For more information see: bfcinfo() or bfcquery()