View source: R/freq_from_bfile_within_phe_file.R
freq_from_bfile_within_phe_file | R Documentation |
PLINK
/PLINK2
calculate the allele frequencies
per phenotype.Let PLINK
/PLINK2
calculate the allele frequencies
per phenotype, from PLINK1 binary filenames
freq_from_bfile_within_phe_file(
bfile,
phe_filename,
out,
plink_options = create_plink_options(),
verbose = FALSE
)
bfile |
the base filename of the binary files (i.e.
a |
phe_filename |
name of a phenotype ( |
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 elements:
frq_table
table with ?
log
the log text
This function is named after the --freq
flag
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.