The label_image_id column is added for tables including multiple sources (e.g. from a merged grid view of many segmentations), but it's not mentioned anywhere here in the documentation.
I guess it should be added at least here:
|
MoBIE contains three different kinds of tables: |
|
- tables associated with a segmentation, which always contain the column **label_id**. This column represents the id (pixel value) of the corresponding segmented object. **label_id** is an integer. |
|
- tables associated with regions (for example positions in a grid-view), which always contain the column **region_id**. This column represents the id of a region and can be an integer or string. |
|
- tables associated with spots (e.g. gene detections in spatial transcriptomics data), which always contain the column **spot_id**. This column represents the id of a spot and is an integer. |
The
label_image_idcolumn is added for tables including multiple sources (e.g. from a merged grid view of many segmentations), but it's not mentioned anywhere here in the documentation.I guess it should be added at least here:
mobie.github.io/tutorials/importing_and_exporting_tables.md
Lines 10 to 13 in a211bd4