getImages-Plate-method: Get all images of a plate

getImages,Plate-methodR Documentation

Get all images of a plate

Description

Get all images of a plate

Usage

## S4 method for signature 'Plate'
getImages(omero, fieldIndex)

Arguments

omero

The plate

fieldIndex

Optional field index (only take the specific field into account)

Value

The images as array [[i, j]] 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(plate)

## End(Not run)

dominikl/rOMERO documentation built on Nov. 3, 2023, 1:53 p.m.