getAnnotations: Get annotations attached to an OME object. Type, Namespace,...

getAnnotationsR Documentation

Get annotations attached to an OME object. Type, Namespace, Name, Content, ID, FileID (in case of file annotations)

Description

Get annotations attached to an OME object. Type, Namespace, Name, Content, ID, FileID (in case of file annotations)

Usage

getAnnotations(object, type, id, typeFilter, nameFilter)

Arguments

object

The OME object

type

The object type

id

The object id

typeFilter

Optional annotation type filter, e.g. FileAnnotation

nameFilter

Optional name filter, e.g. file name of a FileAnnotation

Value

The annotations

Examples

## Not run: 
annoations <- getAnnotations(image)

## End(Not run)

ome/rOMERO-gateway documentation built on Nov. 5, 2023, 9:29 a.m.