find_peaks2: find_peaks2

View source: R/Functions_peakPicking.R

find_peaks2R Documentation

find_peaks2

Description

Find peaks in a multiEIC output list item, using peakDetect()

Usage

find_peaks2(EIC, ...)

Arguments

EIC

an EIC output item

...

arguments passed to peakDetect()

Details

Columns of the returned data.table:

  • rt retention time of peak maximum

  • rtmin retention time of peak start position in trace

  • rtmax retention time of peak end position in trace

  • file file names

Value

a data.table with information on peak position in EICs


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.