aafTableFrame {annaffy}R Documentation

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.

Author(s)

Colin A. Smith, annaffy@colinsmith.org

See Also

aafTable-class


[Package annaffy version 1.56.0 Index]