filterPeaksfromNoise {Autotuner}R Documentation

filterPeaksfromNoise

Description

This function is desgined to perform the binning of potential features. At this point in the algorithm, a potential feature is 2+ m/z values that are within the generous exact mass error windown provided by the user.

Usage

filterPeaksfromNoise(matchedMasses)

Arguments

matchedMasses

A data.frame containing information on the retained bins.

Value

A list with entries for noise peaks and true peaks.


[Package Autotuner version 1.2.0 Index]