Converts the genotype matrix (geno slot) of a SNPDataLong object to a data.frame, with optional centering and scaling per SNP (column).
genoToDF(object, center = FALSE, scale = FALSE)
A data.frame with individuals as rows and SNPs as columns (numeric 0/1/2, or centered/scaled values).
if (FALSE) { # \dontrun{
df <- genoToDF(nelore_imputed, center = TRUE, scale = TRUE)
head(df[, 1:5])
} # }