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