counts-in-memory version of prostate 5k dataset

cache_xen_prost_lite(
  cache = BiocFileCache::BiocFileCache(),
  url = "https://mghp.osn.xsede.org/bir190004-bucket01/BiocXenData/prost_lite.zip"
)

Arguments

cache

defaults to BiocFileCache::BiocFileCache()

url

location where zip file can be retrieved

Value

path to cached resource

Examples

if (interactive()) {
   pa = cache_xen_prost_lite()
   prost_lite = restoreZipXenSPEP(pa)
   print(prost_lite)
}