Description Usage Arguments See Also Examples
Set imputation of main data frame
1 | imputeData(mdata) <- value
|
mdata |
matrixData |
value |
value |
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 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'))),
imputeData=data.frame(impute=c('False', 'True', 'False')))
value <- data.frame(impute=c('True', 'True', 'True'))
imputeData(mdata) <- value
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.