calBaselineCellShapeMetrics.RdCalculate the baseline metrics of cell shapes from cell segmentation output
calBaselineCellShapeMetrics(
  spe,
  metrics = c("cell_area", "elongation", "compactness", "eccentricity", "sphericity",
    "solidity", "convexity", "circularity"),
  use_BPPARAM = BiocParallel::SerialParam(),
  rerun = TRUE,
  verbose = TRUE
)A Spatial Experiment object
A character vector indicating the metrics to be calculated
a BiocParallelParam instance determining the parallel back-end to be used during evaluation.
A logical value indicates whether to recalculate existing metrics.
A logical value indicates whether to print out running messages.
A SpatialExperiment object