aafTable {annaffy} | R Documentation |
Constructs an aafTable
object given vectors, lists, or
aafList
objects.
aafTable(..., items = list(...), colnames = names(items), probeids = character(0), signed = FALSE)
... |
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? |
An aafTable
object.
Colin A. Smith, annaffy@colinsmith.org