Learn R Programming

annaffy (version 1.44.0)

aafTableInt: Constructor for aafTable objects from ExpressionSets

Description

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.

Usage

aafTableInt(exprSet, colnames = sampleNames(exprSet), probeids = featureNames(exprSet))

Arguments

exprSet
object of class ExpressionSet
colnames
character vector of column names
probeids
character vector of probe ids associated with each row

Value

An aafTable object.

See Also

aafTable-class, aafIntensity