Learn R Programming

AgiMicroRna (version 2.22.0)

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

Examples

Run this code
## Not run: 
# data(ddPROC)
# data(targets.micro)
# esetPROC=esetMicroRna(ddPROC,targets.micro,makePLOT=TRUE,verbose=FALSE)
# writeEset(esetPROC,ddPROC,targets.micro,verbose=TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab