returnAnnotatedDataMatrix {MiChip} | R Documentation |
Takes an ExpressionSet
and returns a data martix of
feature annotation to the left and hyb specific expression/flag data to the right
returnAnnotatedDataMatrix(eset, dataElement)
eset |
|
dataElement |
a string containing the name of the data element in the ExpressionSet to be output |
#Write out an annotated tab delimited file for the normalized data ## Not run: returnAnnotatedDataMatrix(normedEset,"exprs") ## End(Not run)