getTableOfArrays.ChromosomalModel {aroma.affymetrix}R Documentation

Gets a table of arrays

Description

Gets a table of arrays showing their availability across chip types.

Usage

## S3 method for class 'ChromosomalModel':
getTableOfArrays(this, ...)

Arguments

... Not used.

Value

Returns a NxK matrix of integers where N is the total number of arrays and K is the number of chip types in the model. The row names are the names of the arrays, and the column names are the chip types. If data is available for array n and chip type k, cell (n,k) has value n, otherwise NA.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see ChromosomalModel.


[Package aroma.affymetrix version 1.2.0 Index]