exportExpressionSet,proFIAset-method {proFIA} | R Documentation |
Eport the data from a proFIAset object as an ExpressionSet
object
from the Biobase
package package.
## S4 method for signature 'proFIAset' exportExpressionSet( object, colgroup = c("mzMed", "scanMin", "scanMax", "nPeaks", "corSampPeakMean", "signalOverSolventRatioMean", "timeShifted", "signalOverSolventPvalueMean") )
object |
A proFIAset object. |
colgroup |
Labels corresponding to the column names of the group table. |
An ExpressionSet
object from the Biobase
package
if(require("plasFIA")&require("Biobase")){ data(plasSet) eset<-exportExpressionSet(plasSet) eset }