save_qassoc_table: Save a '.qassoc' table to file.

View source: R/save_qassoc_table.R

save_qassoc_tableR Documentation

Save a .qassoc table to file.

Description

Save a .qassoc table to file

Usage

save_qassoc_table(
  qassoc_table,
  qassoc_filename,
  plink_options = create_plink_options()
)

Arguments

qassoc_table

the table that hold the result of an association with a quantitative trait, as created by PLINK/PLINK2 and stored as a .qassoc file (for PLINK) or ⁠[basename].<phenotype>.glm.linear⁠ (for PLINK2).

qassoc_filename

name of a PLINK .qassoc file Use read_plink_qassoc_file to read a PLINK .qassoc file.

plink_options

options to run PLINK, as created by create_plink_options

Author(s)

Richèl J.C. Bilderbeek


richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.