writeEset {AgiMicroRna} | R Documentation |
Writes the expression data matrix of an ExpressionSet object in a file.
writeEset(eset, ddPROC, targets,verbose=FALSE)
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 |
Writes the expression data matrix of an ExpressionSet object in a file.
Pedro Lopez-Romero
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
## 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)