View source: R/assoc_adjust_from_bfile.R
assoc_adjust_from_bfile | R Documentation |
PLINK
/PLINK2
do a binary-trait/case-control associationLet PLINK
/PLINK2
do a binary-trait/case-control association
from PLINK1 binary filenames
assoc_adjust_from_bfile(
bfile,
out,
plink_options = create_plink_options(),
verbose = FALSE
)
bfile |
the base filename of the binary files (i.e.
a |
out |
the base filename of the output files.
This parameter is named after the |
plink_options |
options to run PLINK, as created by create_plink_options |
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
a list with the following columns:
assoc_table
: a tibble with associations
found by PLINK
.
See read_plink_assoc_file for an explanation of the
column names.
assoc_adjusted_table
: a tibble with
adjusted associations found by PLINK
.
See read_plink_assoc_adjusted_file for an explanation of the
column names.
log
: the log file as text as created by PLINK
This function is named after the --assoc
--adjust
flags
used by PLINK
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.