exportVariableMetadata,proFIAset-method {proFIA}R Documentation

Export variable metadata.

Description

Export the variable metadata of an experiment, to be used for statistical analysis.

Usage

## S4 method for signature 'proFIAset'
exportVariableMetadata(object, filename = NULL)

Arguments

object

A proFIAset object.

filename

If not NULL the result will be written in filename

Value

A dataframe with the following columns :

Examples

if(require(plasFIA)){
  data(plasSet)
  vtab<-exportVariableMetadata(plasSet)
  head(vtab)
}

[Package proFIA version 1.18.0 Index]