R/readFimpute.R
read.fimpute.Rd
Reads imputed genotypes and SNP information from FImpute output, builds a SnpMatrix and a corresponding map, and returns an SNPDataLong object.
read.fimpute(file, method = c("R", "Rcpp"))
An object of class SNPDataLong
containing the imputed genotypes and SNP map.
if (FALSE) { # \dontrun{
snp_long <- read.fimpute("output_fimpute", method = "R")
} # }