View source: R/read_plink_frq_file.R
read_plink_frq_file | R Documentation |
.frq
fileRead a PLINK .frq
file
read_plink_frq_file(frq_filename)
frq_filename |
name of a |
a tibble with column names:
CHR
?
SNP
?
A1
?
A2
?
MAF
?
NCHROBS
?
These column names are the names used by PLINK
.
Richèl J.C. Bilderbeek
frq_filename <- get_plinkr_filename("miss_stat.frq")
read_plink_frq_file(frq_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.