Skip to contents

Read GCTA MLMA results

Usage

read_gcta_mlma(file, ...)

Arguments

file

Path to a GCTA .mlma file.

...

Additional arguments passed to data.table::fread().

Value

A gwas_data object.

Examples

if (FALSE) { # \dontrun{
gwas <- read_gcta_mlma("my_results.mlma")
} # }