R/read-gcta.R
read_gcta_mlma.Rd
Read GCTA MLMA results
read_gcta_mlma(file, ...)
Path to a GCTA .mlma file.
Additional arguments passed to data.table::fread().
data.table::fread()
A gwas_data object.
gwas_data
if (FALSE) { # \dontrun{ gwas <- read_gcta_mlma("my_results.mlma") } # }