getImages-Screen-method: Get all images of a screen

getImages,Screen-methodR Documentation

Get all images of a screen

Description

Get all images of a screen

Usage

## S4 method for signature 'Screen'
getImages(omero, fieldIndex = 1)

Arguments

omero

The screen

fieldIndex

The fieldIndex (default = 1)

Value

A list of image arrays [[i, j]] (one array per plate) where i is the well index and j is the field index; unless fieldIndex was specified, then a list of images is returned. @seealso Image

Examples

## Not run: 
images <- getImages(screen)

## End(Not run)

ome/rOMERO-gateway documentation built on Nov. 5, 2023, 9:29 a.m.