aafTableInt {annaffy} | R Documentation |
Constructs an aafTable
object containing expression values
given an ExpressionSet.
In the resulting HTML table, the expression values will have backgrounds with varying intensities of green depending on the expression measure.
aafTableInt(exprSet, colnames = sampleNames(exprSet), probeids = featureNames(exprSet))
exprSet |
object of class ExpressionSet |
colnames |
character vector of column names |
probeids |
character vector of probe ids associated with each row |
An aafTable
object.
Colin A. Smith, annaffy@colinsmith.org