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

Description Usage Arguments Value Examples

Description

Get all images of a plate

Usage

1
2
## 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

1
2
3
4
## Not run: 
images <- getImages(plate)

## End(Not run)

romero.gateway documentation built on Dec. 23, 2018, 5:04 p.m.