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 documentation built on May 18, 2023, 5:53 p.m.