getTableOfArrays.ChromosomalModel {aroma.affymetrix} | R Documentation |
Gets a table of arrays showing their availability across chip types.
## S3 method for class 'ChromosomalModel': getTableOfArrays(this, ...)
... |
Not used. |
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
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see ChromosomalModel
.