exportSampleMetadata-proFIAset-method: Export samples metadata.

Description Usage Arguments Value Examples

Description

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

Usage

1
2
## S4 method for signature 'proFIAset'
exportSampleMetadata(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

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

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