Description Usage Arguments See Also Examples
matrixData constructor
| 1 | 
| ... | 
 | 
Other matrixData basic functions: annotCols<-,
annotCols, annotRows<-,
annotRows, description<-,
description, imputeData<-,
imputeData, main<-,
main, matrixData-class,
names,matrixData-method,
qualityData<-, qualityData
| 1 2 3 4 5 6 | mdata <- matrixData(main=data.frame(a=1:3, b=6:8),
annotCols=data.frame(c=c('a','b','c')),
annotRows=data.frame(x=factor(c('1','1'))),
description=c('aaa', 'bbb', 'ccc'),
imputeData=data.frame(impute=c('False', 'True', 'False')),
qualityData=data.frame(quality=c('0', '1', '0')))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.