notes {Biobase}R Documentation

Retrieve and set eSet and exprSet notes.

Description

These generic functions access notes (unstructured descriptive data) associated eSet-class or exprSet-class.

Usage

notes(object)
notes(object) <- value

Arguments

object Object, possibly derived from class eSet-class
value Character vector containing unstructured information describing the experinement.

Value

notes returns a character vector.

Author(s)

Biocore

See Also

exprSet-class, ExpressionSet-class, SnpSet-class


[Package Biobase version 1.10.1 Index]