aafTableFrame {annaffy} | R Documentation |
Constructs an aafTable
object given a data frame.
aafTableFrame(frame, colnames = names(frame), probeids = row.names(frame), signed = FALSE)
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? |
An aafTable
object.
Colin A. Smith, annaffy@colinsmith.org