Description Usage Arguments Details Value Examples
Coerces a MatrixData object into an ExpressionSet object
| 1 | as.ExpressionSet.matrixData(mdata)
 | 
| mdata | a  | 
function to convert a matrixData ExpressionSet
returns an ExpressionSet object
| 1 2 3 4 5 6 7 | mD <- matrixData(
main=data.frame(a=1:3, b=6:8),
annotCols=data.frame(b=c('a','b','c')),
annotRows=data.frame(x=factor(c('1','1'))))
eSet <- as(mD, "ExpressionSet")
print(eSet)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.