From 40354285cc84af37cc95a47751cff628afd28247 Mon Sep 17 00:00:00 2001 From: jeffersonfparil Date: Mon, 9 Dec 2024 13:06:55 +1100 Subject: [PATCH] incrementally updating default tsv format --- R/io.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/R/io.R b/R/io.R index a481d00..dcadc5a 100644 --- a/R/io.R +++ b/R/io.R @@ -1203,6 +1203,8 @@ fn_load_genotype = function(fname_geno, ploidy=NULL, force_biallelic=TRUE, retai return(error) } vec_loci_names = paste(df[,1], df[,2], df[,3], df[,4], sep="\t") + # TODO: enable below as the default so time in the future + # vec_loci_names = paste(df[,1], df[,2], df[,3], df[,4], sep="\t") vec_entries = colnames(df)[c(-1:-4)] G = as.matrix(t(df[, c(-1:-4)])) rownames(G) = vec_entries