createMsData: Create an MsData object from a raw MS data file

Description Usage Arguments Value See Also Examples

Description

This function takes an mzR-compliant data file and create the initial, minimal sary database file and set up the link to both the database and raw file.

Usage

1
createMsData(rawFile, saryName, force = FALSE)

Arguments

rawFile

The path to an mzR-compliant MS data file

Value

An MsData object

See Also

loadMsData MsData

Examples

1
2
file <- 'test'
msdata <- createMsData(file)

thomasp85/MSsary documentation built on May 31, 2019, 11:11 a.m.