readSimpleSeg.Rd
Preprocessing the the spatial experiment data for SimpleSeg output.
readSimpleSeg(
spe,
mask,
img_id = "imageID",
cell_id = "cell_id",
use_BPPARAM = BiocParallel::SerialParam(),
method_name = "SimpleSeg",
verbose = TRUE
)
A Spatial Experiment object for multiple image ID
The mask results from simpleSeg
A string indicates the image ID column in SpatialExperiment object.
A string indicates the cell ID column in SpatialExperiment object.
BiocParallelParam instance.
A string indicates the method name of the cell segmentation.
A logical value indicates whether to print out running messages.