Description Usage Arguments Value Examples
Get all images of a plate
1 2 | ## S4 method for signature 'Plate'
getImages(omero, fieldIndex)
|
omero |
The plate |
fieldIndex |
Optional field index (only take the specific field into account) |
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
1 2 3 4 | ## Not run:
images <- getImages(plate)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.