Learn R Programming

annaffy (version 1.44.0)

aafTableFrame: Constructor for aafTable objects from data frames

Description

Constructs an aafTable object given a data frame.

Usage

aafTableFrame(frame, colnames = names(frame), probeids = row.names(frame), signed = FALSE)

Arguments

frame
data frame to be converted to the table
colnames
character vector of column names
probeids
character vector of probe ids associated with each row
signed
boolean, should each column be colored based on the sign?

Value

An aafTable object.

See Also

aafTable-class