getNearPairsToCheck: Get Near Pairs to Check This function picks out the...

getNearPairsToCheckR Documentation

Get Near Pairs to Check This function picks out the sampleID's for pairs where the reps were close together (as per the user-defined threshold for distance in the checkDistance() function), but whose average value falls OOB. For each of those sampleID's, we will wind back the clock and take a look at each of the individual reps.

Description

Get Near Pairs to Check This function picks out the sampleID's for pairs where the reps were close together (as per the user-defined threshold for distance in the checkDistance() function), but whose average value falls OOB. For each of those sampleID's, we will wind back the clock and take a look at each of the individual reps.

Usage

getNearPairsToCheck(avgsAndSingles)

Arguments

avgsAndSingles

A data frame containing averaged near pairs and singletons.

Value

A vector of sampleID's that belong to averaged near-pairs (rather than singletons)


MFEh2o/MFEUtilities documentation built on May 6, 2023, 1:33 p.m.