R/get.errors.R

#' get.errors
#'
#' returns the fragment size of any fragments identified as probable outliers
#'
#'@param fit the product of bin.locus
#'
#'@return a vector of fragment lengths
#'
#'@export
#'

get.errors <- function(db) {

  return(res$frag[res$redo])

}
TJCrocker/MicroBinR documentation built on May 9, 2019, 8:11 a.m.