Description Usage Arguments Details Author(s) See Also Examples
Writes the expression data matrix of an ExpressionSet object in a file.
1 |
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
1 2 3 4 5 6 7 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.