Back to catalog
Cortexa research tool·drug discovery·cellpainting
CellPainting Get Well Data
Get well-level metadata and image links for a specific plate in a Cell Painting experiment from the Image Data Resource (IDR). Returns well IDs, row/column positions, well URLs, and links to microscopy images. Use CellPainting_get_screen_plates to find valid plate IDs. Example: Get the first 5 wells of plate 5104 from idr0016.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 20,
"description": "Maximum number of wells to return (default 20)",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_well_data"
],
"type": "string"
},
"plate_id": {
"description": "IDR plate identifier (e.g., 5104 for a plate in idr0016 screenA)",
"type": "integer"
}
},
"required": [
"operation",
"plate_id"
],
"type": "object"
}Examples (1)
Default CellPainting Get Well Data call
public-safeinput
{
"limit": 3,
"operation": "",
"plate_id": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CellPainting_get_well_data
- Tool name
- CellPainting_get_well_data
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse