aafIntensity-class {annaffy} | R Documentation |
A class for displaying gene expression values with a green background of differing intensities.
Objects are generally created by the aafTableInt
constructor. Objects can also be created manually by calls of the
form new("aafIntensity", intensity)
.
.Data
:Object of class numeric
Class numeric
, from data part.
(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
.
Colin A. Smith, annaffy@colinsmith.org