exportDataMatrix-proFIAset-method: Export data matrix.

Description Usage Arguments Value Examples

Description

Export the data matrix from a proFIAset object, to be used for statistical analysis.

Usage

1
2
## S4 method for signature 'proFIAset'
exportDataMatrix(object, filename = NULL)

Arguments

object

A proFIAset object.

filename

If not NULL the result will be written in filename as a tabular separated values file.

Value

A matrix with dimension samples x variables.

Examples

1
2
3
4
5
if(require(plasFIA)){
    data(plasSet)
    dm<-exportDataMatrix(plasSet)
    head(dm)
}

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