Learn R Programming

annaffy (version 1.44.0)

aafIntensity-class: Class aafIntensity, a class for gene expression values

Description

A class for displaying gene expression values with a green background of differing intensities.

Arguments

Objects from the Class

Objects are generally created by the aafTableInt constructor. Objects can also be created manually by calls of the form new("aafIntensity", intensity).

Slots

.Data:
Object of class numeric

Extends

Class numeric, from data part.

Methods

getTD
(aafIntensity): Returns an HTML table cell with background varrying from white to green depending on intensity. Scaling is controlled by two options, minIntensity (fully white) and maxIntensity (fully green), usually set by writeHTML.
See generic implementations of getText, getURL, getHTML, and getCSS.

See Also

aafTableInt