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

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
## Not run: 
annoations <- getAnnotations(image)

## End(Not run)

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