View source: R/dataProcessing.R
setmsbatch | R Documentation |
Create msbatch from a list of msobjects to build an msbatch.
setmsbatch(msobjectlist, metadata)
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). |
samples are sorted following the metadata data.frame.
msbatch
M Isabel Alcoriza-Balaguer <maialba@iislafe.es>
dataProcessing and batchdataProcessing
## Not run:
msbatch <- setmsbatch(msobjectlist)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.