What problem does it solve?
This Skill streamlines programmatic access to OMERO microscopy data so you can retrieve images and metadata, compute pixel-based measurements, and manage ROIs/annotations without manual UI work.
Core Features & Use Cases
- OMERO connection & session management: establish authenticated BlitzGateway sessions and manage group contexts.
- Hierarchical data retrieval: navigate Projects → Datasets → Images and Screen → Plate → Well → WellSample → Image to fetch the right objects and their metadata.
- Metadata & annotation management: create and link tags, key-value Map annotations, file attachments, and comments to OMERO objects.
- Pixel-level image processing: access raw planes, tiles, and histogram statistics; render thumbnails and derived images; set physical pixel dimensions.
- ROI creation, retrieval, and analysis: define ROIs with shapes (rectangles, ellipses, polygons, masks, lines, points), extract ROI intensity statistics, and batch ROI workflows.
- Structured results storage: create and query OMERO tables for measurements and analysis outputs linked to datasets.
- Server-side automation: build and run OMERO.scripts for batch processing across datasets/images.
Quick Start
Connect to your OMERO server with BlitzGateway using your credentials, then retrieve an Image and use the ROI and image-processing references to compute ROI intensity statistics and store them as an OMERO table for that dataset.