R/genotypes.R

Defines functions read_genotypes

read_genotypes <- function(filename, ...) {
  read.table(filename,
             sep = '\t',
             check.names = FALSE,
             stringsAsFactors = FALSE)
}
knifecake/forrelgui documentation built on March 30, 2021, 10:26 p.m.