annotation {BiocGenerics}R Documentation

Accessing annotation information

Description

Get or set the annotation information contained in an object.

Usage

annotation(object, ...)
annotation(object, ...) <- value

Arguments

object

An object containing annotation information.

...

Additional arguments, for use in specific methods.

value

The annotation information to set on object.

See Also

Examples

annotation
showMethods("annotation")

library(Biobase)
showMethods("annotation")
selectMethod("annotation", "eSet")

[Package BiocGenerics version 0.24.0 Index]