returnAnnotatedDataMatrix: returns and annotated data matrix from an ExpressionSet

Description Usage Arguments Examples

View source: R/MiChip.R

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

1
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

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

MiChip documentation built on Nov. 8, 2020, 8:01 p.m.