fillpeaksmsbatch: Fill peaks from a grouped msbatch

View source: R/dataProcessing.R

fillpeaksmsbatchR 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)


LipidMS documentation built on March 18, 2022, 7:14 p.m.