Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

notes

Retrieve and set eSet notes.


Description

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

notes(<ExpressionSet>) <- <character> is unusual, in that the character vector is appended to the list of notes; use notes(<ExpressionSet>) <- <list> to entirely replace the list.

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 list.

Author(s)

Biocore

See Also


Biobase

Biobase: Base functions for Bioconductor

v2.50.0
Artistic-2.0
Authors
R. Gentleman, V. Carey, M. Morgan, S. Falcon
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.