Currently need to set a mock table with identifiers to color by. This could be an option to c.
is <- unique(SparseArray::nzvals(data(label(sd))))
se <- SingleCellExperiment(colData=DataFrame(id))
sd <- setTable(sd, "shape", se)
plotSpatialData() + plotLabel(sd, c="id")
Currently need to set a mock table with identifiers to color by. This could be an option to
c.