aafTable: Constructor for aafTable objects

Description Usage Arguments Value Author(s) See Also

View source: R/table.R

Description

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

Usage

1
2
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


annaffy documentation built on Nov. 8, 2020, 8:02 p.m.