omero-integration

Integrate with OMERO via Python API to retrieve and analyze microscopy data.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/robotlearning123/claude-scientific-skills --skill omero-integration-robotlearning123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omero-integration
Source: https://github.com/robotlearning123/claude-scientific-skills/tree/main/scientific-skills/omero-integration
Command: npx skills add https://github.com/robotlearning123/claude-scientific-skills --skill omero-integration-robotlearning123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires omero-py, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill facilitates access, retrieval, analysis, and manipulation of microscopy data stored in the OMERO platform, streamlining workflows for high-content screening and microscopy experiments.

Core Features & Use Cases

  • Access OMERO Data: Retrieve and analyze images, datasets, projects, and screening data programmatically.
  • Image Processing: Manipulate rendering settings, create derived images, and analyze pixel data.
  • ROI and Annotations: Create, retrieve, and analyze ROIs (regions of interest) on microscopy images and manage annotations.
  • Batch Processing: Perform server-side script processing for automated workflows and integration with OMERO clients.
  • Use Case: Suppose you have a large set of microscopy images stored in OMERO. Use this Skill to retrieve the images, analyze their pixel data, and create ROIs for further analysis.

Quick Start

Use the omero-integration skill to connect to the OMERO server and retrieve a list of all projects.

Frequently Asked Questions about omero-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve microscopy images from OMERO using Python?

To retrieve microscopy images from OMERO using Python, you can use the omero-py API to programmatically access projects, datasets, and screening data. This integration supports image retrieval, pixel data analysis, and rendering settings manipulation.

Can I manage ROI and annotations on OMERO images programmatically?

Yes, you can manage ROI and annotations on OMERO images programmatically. The omero-py API allows you to create, retrieve, and analyze regions of interest and handle annotations to streamline microscopy experiment workflows.

What is the best way to automate batch processing for high-content screening data in OMERO?

The best way to automate batch processing for high-content screening data in OMERO is using server-side script processing via the omero-py API. This enables automated workflows for analyzing large sets of microscopy images.

Do I need omero-py to integrate and analyze microscopy data with OMERO?

Yes, you need omero-py to integrate and analyze microscopy data with OMERO. It provides the required Python API access to connect to the OMERO server, retrieve images, and manage data analysis workflows.

How does Python API integration handle pixel data manipulation for OMERO images?

Python API integration handles pixel data manipulation for OMERO images by allowing you to analyze pixel data, manipulate rendering settings, and create derived images. This facilitates detailed microscopy data processing.

Related Skills