MSdata_to_MA: Convert MSdata object to MetaboAnalyst object

Description Usage Arguments

Description

Create an object for storing data for processing in MetaboAnalysis (MApckg).

Usage

1
2
3
## S4 method for signature 'MSdata'
MSdata_to_MA(msdata, designType = "regular",
  facA = names(sampleData(msdata))[1], facB = NULL)

Arguments

msdata

An object of MSdata class.

designType

"time" if the data is time-series data; "regular" otherwise. In the first case one of the arguments facA or facB have to be equal "Time"

facA

Grouping factor, one of the names of sample data columns in msdata@sampleData

facB

Optional second factor.


flajole/MSdata documentation built on May 16, 2019, 1:17 p.m.