R/cache_mtif.R
cache_xen_luad.Rd
cache and/or retrieve path to Xenium Lung Adenocarcinoma example data, zipped SPEP accompanied by parquet
cache_xen_luad(
cache = BiocFileCache::BiocFileCache(),
url = "https://mghp.osn.xsede.org/bir190004-bucket01/BiocXenData/luad_lite.zip"
)
path to cached resource
if (interactive()) {
pa = cache_xen_luad()
luad = restoreZipXenSPEP(pa)
print(luad)
print(slot(luad, "cellbounds_path"))
view_seg(luad, xlim=c(4000,4500), ylim=c(2000,2500))
}