Learn R Programming

aroma.core (version 1.1.2)

getTableOfArrays.AromaMicroarrayDataSetTuple: Gets a table of arrays

Description

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

Usage

## S3 method for class 'AromaMicroarrayDataSetTuple':
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.

See Also

For more information see AromaMicroarrayDataSetTuple.