estimateSNThresh {Autotuner}R Documentation

estimateSNThresh

Description

This function is responsible for computing an estimated s/n threshold.

Usage

estimateSNThresh(no_match, sortedAllEIC, approvedPeaks)

Arguments

no_match

This is a vector of numerical indicies within the raw data mapping to scan data considered to come from noise.

sortedAllEIC

This is the raw data from a single TIC peak.

approvedPeaks

This is a data.frame that contains information on which peaks come from TIC data.

Value

returns an estimated s/n threshold value


[Package Autotuner version 1.6.0 Index]