findTruePeaks {Autotuner}R Documentation

findTruePeaks

Description

This function is designed to filter out bins that don't come from continuous scans. The idea is that after this stage, the data is ready for parameter estimation.

Usage

findTruePeaks(truePeaks, sortedAllEIC)

Arguments

truePeaks

A list containing indicies representing each bin.

sortedAllEIC

All the raw ms1 data extracted from the EIC peak.

Value

a list of candidate EIC regions


[Package Autotuner version 1.0.1 Index]