Learn R Programming

annaffy (version 1.44.0)

aafTable: Constructor for aafTable objects

Description

Constructs an aafTable object given vectors, lists, or aafList objects.

Usage

aafTable(..., items = list(...), colnames = names(items), probeids = character(0), signed = FALSE)

Arguments

...
named arguments, one for each column
items
alternatively a named list of the items to be put in 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