writeEset: Writes the expression data matrix of an ExpressionSet object in a txt file
Description
Writes the expression data matrix of an ExpressionSet object in a file.
Usage
writeEset(eset, ddPROC, targets,verbose=FALSE)
Arguments
eset
An Expression object, normally containing the procesed data
ddPROC
An RGList object, normally containing the processed data
targets
data.frame with the targets structure
verbose
logical, if TRUE prints out output
Details
Writes the expression data matrix of an ExpressionSet object in a file.
See Also
An 'RGList' example containing proccesed data is in
ddPROC and an overview of how the processed data is produced
is given in filterMicroRna. The ExpressionSet object can be
generated using esetMicroRna