Learn R Programming

MiChip (version 1.26.0)

returnAnnotatedDataMatrix: returns and annotated data matrix from an ExpressionSet

Description

Takes an ExpressionSet and returns a data martix of feature annotation to the left and hyb specific expression/flag data to the right

Usage

returnAnnotatedDataMatrix(eset, dataElement)

Arguments

eset
ExpressionSet containing the matrix and annotation to output
dataElement
a string containing the name of the data element in the ExpressionSet to be output

Examples

Run this code

#Write out an annotated tab delimited file for the normalized data
## Not run: 
# returnAnnotatedDataMatrix(normedEset,"exprs")## End(Not run)

Run the code above in your browser using DataLab