returnAnnotatedDataMatrix {MiChip}R Documentation

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


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

[Package MiChip version 1.48.0 Index]