counts-in-memory version of melanoma 5k dataset

cache_xen_pdmel_lite(
  cache = BiocFileCache::BiocFileCache(),
  url = "https://mghp.osn.xsede.org/bir190004-bucket01/BiocXenData/pdmel_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_pdmel_lite()
   pdmel_lite = restoreZipXenSPEP(pa)
   print(pdmel_lite)
}