getNearPairsToCheck | R 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.
getNearPairsToCheck(avgsAndSingles)
avgsAndSingles |
A data frame containing averaged near pairs and singletons. |
A vector of sampleID's that belong to averaged near-pairs (rather than singletons)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.