aafTable {annaffy}R Documentation

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.

Author(s)

Colin A. Smith, annaffy@colinsmith.org

See Also

aafTable-class


[Package annaffy version 1.65.2 Index]