exportExpressionSet-proFIAset-method: Export proFIAset to ExpressionSet

Description Usage Arguments Value Examples

Description

Eport the data from a proFIAset object as an ExpressionSet object from the Biobase package package.

Usage

1
2
3
4
## S4 method for signature 'proFIAset'
exportExpressionSet(object, colgroup = c("mzMed",
  "scanMin", "scanMax", "nPeaks", "corSampPeakMean",
  "signalOverSolventRatioMean", "timeShifted", "signalOverSolventPvalueMean"))

Arguments

object

A proFIAset object.

colgroup

Labels corresponding to the column names of the group table.

Value

An ExpressionSet object from the Biobase package

Examples

1
2
3
4
5
if(require("plasFIA")&require("Biobase")){
    data(plasSet)
    eset<-exportExpressionSet(plasSet)
    eset
}

adelabriere/proFIA documentation built on July 12, 2019, 5:46 a.m.