exportDataMatrix,proFIAset-method {proFIA}R Documentation

Export data matrix.

Description

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

Usage

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

if(require(plasFIA)){
    data(plasSet)
    dm<-exportDataMatrix(plasSet)
    head(dm)
}

[Package proFIA version 1.19.0 Index]