Read Tiff output from BIDCell

readTiffOutput(tiff_path)

Arguments

tiff_path

a character specifying the path of a tiff file.

Value

A SpatialExperiment object

tiff_path <- system.file("extdata/BIDCell_output_subset.tif", package = "CellSPA") tiff_res <- readTiffOutput(tiff_path = tiff_path)