fillpeaksmsbatch {LipidMS} | R Documentation |
Use grouping results to target all peaks from the msbatch in each sample and refill intensities at the features table.
fillpeaksmsbatch(msbatch)
msbatch |
msbatch obtained from the groupmsbatch function. |
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).
msbatch
M Isabel Alcoriza-Balaguer <maialba@iislafe.es>
## Not run:
msbatch <- fillpeaksmsbatch(msbatch)
## End(Not run)