Learn R Programming

romero.gateway (version 0.4.4)

getAnnotations: 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

Run this code
# NOT RUN {
annoations <- getAnnotations(image)
# }

Run the code above in your browser using DataLab