Learn R Programming

LipidMS (version 3.0.5)

fillpeaksmsbatch: 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)

Value

msbatch

Arguments

msbatch

msbatch obtained from the groupmsbatch function.

Author

M Isabel Alcoriza-Balaguer <maialba@iislafe.es>

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

Examples

Run this code
if (FALSE) {
msbatch <- fillpeaksmsbatch(msbatch)
}

Run the code above in your browser using DataLab