makeDataMatrix,proFIAset-method {proFIA} | R Documentation |
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.
## S4 method for signature 'proFIAset' makeDataMatrix(object, maxo = FALSE)
object |
A |
maxo |
Shall the intensity used to the area or the maximum intensity |
A proFIAset object with the dataMatrix
slot filled.
To obtain this data matrix see proFIAset
.
if(require("plasFIA")){ #proFIAset object is loaded data(plasSet) plasSet<-makeDataMatrix(plasSet) plasSet }