Skip to contents

Managing DNAZoo data downloads via the integrated BiocFileCache system.

Usage

DNAZooDataCache(...)

Arguments

...

Arguments passed to internal .setDNAZooDataCache function

Value

BiocFileCache object

Examples

bfc <- DNAZooDataCache()
bfc
#> class: BiocFileCache
#> bfccache: /github/home/.cache/R/DNAZooData
#> bfccount: 4
#> For more information see: bfcinfo() or bfcquery()
BiocFileCache::bfcinfo(bfc)
#> # A tibble: 4 × 10
#>   rid   rname create_time access_time rpath rtype fpath last_modified_time etag 
#>   <chr> <chr> <chr>       <chr>       <chr> <chr> <chr> <chr>              <chr>
#> 1 BFC1  nHd_… 2023-04-28… 2023-04-28… /git… web   http… 2023-03-20 13:42:… 23d9…
#> 2 BFC2  Hyps… 2023-04-28… 2023-04-28… /git… web   http… 2023-03-20 13:41:… c171…
#> 3 BFC3  AnoC… 2023-04-28… 2023-04-28… /git… web   http… 2023-03-20 06:12:… 9013…
#> 4 BFC4  Anol… 2023-04-28… 2023-04-28… /git… web   http… 2023-03-20 06:12:… 8abc…
#> # ℹ 1 more variable: expires <dbl>