Description Usage Arguments See Also Examples
Get imputation of main data frame
1 | imputeData(mdata)
|
mdata |
matrixData |
Other matrixData basic functions: annotCols<-,
annotCols, annotRows<-,
annotRows, description<-,
description, imputeData<-,
main<-, main,
matrixData-class, matrixData,
names,matrixData-method,
qualityData<-, qualityData
1 2 3 4 5 | 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'))),
imputeData=data.frame(impute=c('False', 'True', 'False')))
imputeData(mdata)
|
impute
1 False
2 True
3 False
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.