makeDataMatrix-proFIAset-method: Construct the data matrix of a proFIAset object.

Description Usage Arguments Value See Also Examples

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

1
2
## 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

1
2
3
4
5
6
7
if(require("plasFIA")){
#proFIAset object is loaded
data(plasSet)

plasSet<-makeDataMatrix(plasSet)
plasSet
}

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