exprSet2Rawdata {maanova} | R Documentation |
This function converts an object of exprSet class, which is the main class for microarray data into an object of class "rawdata". It serves as a bridge between BioConductor and R/maanova.
exprSet2Rawdata(exprdata, ndye=1, trans.method="None")
exprdata |
An object of class exprSet . |
ndye |
Number of dyes used in the experiment. Default is 1. |
trans.method |
A string for data transformation method used. Default is "None". This field is used only for display purpose. I suggest user to put something here as a reminder to yourself. For example if you run justGCRMA to get the exprdata, put "GCRMA" here. |
An object of class rawdata
.
Hao Wu