R/read_ploidetect.R

Defines functions read_ploidetect

#' @export
read_ploidetect <- function(file){
  out <- read.table(file, header = F, stringsAsFactors = F)
  return(out)
}
lculibrk/Ploidetect-package documentation built on July 21, 2019, 3:17 a.m.