View source: R/missing_from_bfiles.R
missing_from_bfile | R Documentation |
PLINK
/PLINK2
calculate the missing rates summary statistic.Let PLINK
/PLINK2
calculate the missing rates summary statistic
from PLINK1 binary filenames
missing_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:
imiss_table
table with the missing genotype data per individual
lmiss_table
table with the missing genotype data per SNP
log
the log text
This function is named after the --missing
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.