fillpeaksmsbatch {LipidMS} | R Documentation |
Fill peaks from a grouped msbatch
Description
Use grouping results to target all peaks from the msbatch in each sample and refill intensities at the features table.
Usage
fillpeaksmsbatch(msbatch)
Arguments
msbatch |
msbatch obtained from the groupmsbatch function. |
Details
Once grouping has been performed, areas are extracted again for each peak and sample based on the peak parameters defined for each feature (mz and tolerance and initial and end RT).
Value
msbatch
Author(s)
M Isabel Alcoriza-Balaguer <maialba@iislafe.es>
Examples
## Not run:
msbatch <- fillpeaksmsbatch(msbatch)
## End(Not run)
[Package LipidMS version 3.0.5 Index]