Skip to contents

unzip cached merfish demo data to specified folder

Usage

unzip_merfish_demo(destination, cache = BiocFileCache::BiocFileCache())

Arguments

destination

character(1) a path to a folder that must exist

cache

defaults to BiocFileCache::BiocFileCache(), will serve as destination or source

Value

Returns path to 'merfish.zarr'.

Examples

tf <- tempfile()
dir.create(tf)
pa <- unzip_merfish_demo(tf)
#> returning path to cached zip
dir(pa, full.names=TRUE)
#> [1] "/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpwStVyQ/filec7e215003af/merfish.zarr/images"   
#> [2] "/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpwStVyQ/filec7e215003af/merfish.zarr/points"   
#> [3] "/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpwStVyQ/filec7e215003af/merfish.zarr/shapes"   
#> [4] "/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpwStVyQ/filec7e215003af/merfish.zarr/tables"   
#> [5] "/var/folders/n4/p9th81md60s8nv12yv40sv8m0000gp/T//RtmpwStVyQ/filec7e215003af/merfish.zarr/zmetadata"