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
5
6
## 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
}

proFIA documentation built on March 20, 2021, 6 p.m.