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

Description Usage Arguments Value Examples

Description

Get all images of a screen

Usage

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

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

## End(Not run)

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