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"
)
path to cached resource
if (interactive()) {
pa = cache_xen_pdmel_lite()
pdmel_lite = restoreZipXenSPEP(pa)
print(pdmel_lite)
}