MultiModal Big Image Data Sharing and Exploration
The Open Collection Table...
command allows users to open a collection table containing references to multiple datasets, facilitating batch visualization. The command supports various viewing and grouping modes and data root configurations.
The Open Collection Table...
is designed to:
The collection table must adhere to the following specifications, with exact column names given in brackets.
uri
column must be present; all other columns are optional.This list just provides an overview. See the JavaDoc for more details and example entries.
uri
): Must contain valid URIs pointing to image or spots datasets. Supported formats include OME-Zarr, BDV XML, ilastik HDF5, Parquet, and others.name
): Optional. Determines the label for data display within MoBIE. If absent, a name is derived from the file name.type
): Optional. Specifies the pixel type (“intensities”, “labels”, “spots”). Defaults to “intensities” if absent or invalid.channel
): Optional. Zero-based integer Determines which channel of a multi-channel dataset to load. Defaults to channel 0 if absent or invalid.color
): Optional. Specifies the lookup table coloring for intensities. Defaults to “white” if absent or invalid.blend
): Optional. Determines the blending mode (“sum” or “alpha”). Defaults to “sum” if absent or invalid.affine
): Optional. Specifies an affine transformation to apply upon display.view
): Optional. Determines the view name for access in MoBIE UI. Defaults to the name from the Name column.exclusive
): Optional. Determines if a view is exclusive (“true” or “false”). Defaults to “false”.group
): Optional. Specifies a UI selection group for the view. Defaults to “views” if absent.labels_table
): Optional. Used for “labels” type data, specifies a path to a segmentation table.contrast_limits
): Optional. Specifies contrast limits for intensities. Defaults to auto-contrast if absent or invalid.grid
): Optional. Groups data into a grid view. Defaults to no grid if absent.format
): Optional. Specifies the data format (e.g., OmeZarr). Defaults based on file ending if absent.