R/getClosest.R

#' Finds the Closest Genetic Match for Each Sample
#'
getClosest <- function(i) {
  which(i == max(i, na.rm = TRUE))
}
ceburris/sampleSniffer documentation built on May 14, 2019, 6:09 a.m.