Learn R Programming

LipidMS (version 3.0.5)

setmsbatch: Create msbatch for batch processing.

Description

Create msbatch from a list of msobjects to build an msbatch.

Usage

setmsbatch(msobjectlist, metadata)

Value

msbatch

Arguments

msobjectlist

list of msobjects.

metadata

sample metadata. Optional. It can be a csv file or a data.frame with 3 columns (sample, acquistionmode and sampletype).

Author

M Isabel Alcoriza-Balaguer <maialba@iislafe.es>

Details

samples are sorted following the metadata data.frame.

See Also

dataProcessing and batchdataProcessing

Examples

Run this code
if (FALSE) {
msbatch <- setmsbatch(msobjectlist)
}

Run the code above in your browser using DataLab