makeDataMatrix,proFIAset-method {proFIA}R Documentation

Construct the data matrix of a proFIAset object.

Description

Construct the data matrix of a proFIA set object, using the selected measure for the intensity, area or maximum intensity. The choice of area or maximum intensity depends of your acquisition, and your preferences.

Usage

## S4 method for signature 'proFIAset'
makeDataMatrix(object, maxo = FALSE)

Arguments

object

A proFIAset object.

maxo

Shall the intensity used to the area or the maximum intensity

Value

A proFIAset object with the dataMatrix slot filled.

See Also

To obtain this data matrix see proFIAset.

Examples

if(require("plasFIA")){
#proFIAset object is loaded
data(plasSet)

plasSet<-makeDataMatrix(plasSet)
plasSet
}

[Package proFIA version 1.19.0 Index]