Description Usage Arguments See Also Examples
Set annotation rows
1 | annotRows(mdata) <- value
|
mdata |
matrixData |
value |
value |
Other matrixData basic functions: annotCols<-,
annotCols, annotRows,
description<-, description,
imputeData<-, 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'))))
value <- data.frame(y=factor(c('2','2')))
annotRows(mdata) <- value
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.