View source: R/freq_from_bfiles.R
freq_from_bfile | R Documentation |
PLINK
/PLINK2
calculate the allele frequencies.Let PLINK
/PLINK2
calculate the allele frequencies
from PLINK1 binary filenames
freq_from_bfile(bfile, out, plink_options = create_plink_options())
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 |
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.