filterPeaksfromNoise {Autotuner} | R Documentation |
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.
filterPeaksfromNoise(matchedMasses)
matchedMasses |
A data.frame containing information on the retained bins. |
A list with entries for noise peaks and true peaks.