readTiffOutput.Rd
Read Tiff output from BIDCell
readTiffOutput(tiff_path)
a character specifying the path of a tiff file.
A SpatialExperiment object
tiff_path <- system.file("extdata/BIDCell_output_subset.tif", package = "CellSPA") tiff_res <- readTiffOutput(tiff_path = tiff_path)