Learn R Programming

romero.gateway (version 0.4.4)

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

Description

Get all images of a plate

Usage

# S4 method for 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

Run this code
# NOT RUN {
images <- getImages(plate)
# }

Run the code above in your browser using DataLab