setmsbatch {LipidMS} | R Documentation |
Create msbatch for batch processing.
Description
Create msbatch from a list of msobjects to build an msbatch.
Usage
setmsbatch(msobjectlist, metadata)
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). |
Details
samples are sorted following the metadata data.frame.
Value
msbatch
Author(s)
M Isabel Alcoriza-Balaguer <maialba@iislafe.es>
See Also
dataProcessing and batchdataProcessing
Examples
## Not run:
msbatch <- setmsbatch(msobjectlist)
## End(Not run)
[Package LipidMS version 3.0.5 Index]