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, ...)
Value
- Returns a $NxK$
matrix
of integer
s 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
.