read_plink_frq_strat_file: Read a PLINK '.frq.strat' file

View source: R/read_plink_frq_strat_file.R

read_plink_frq_strat_fileR Documentation

Description

Read a PLINK .frq.strat file

Usage

read_plink_frq_strat_file(frq_strat_filename)

Arguments

frq_strat_filename

name of a PLINK .frq.strat file Use read_plink_frq_strat_file to read a PLINK .frq.strat file.

Value

a tibble with column names:

  • CHR ?

  • SNP ?

  • CLST ?

  • A1 ?

  • A2 ?

  • MAF ?

  • MAC ?

  • NCHROBS ?

These column names are the names used by PLINK.

Author(s)

Richèl J.C. Bilderbeek

Examples

frq_strat_filename <- get_plinkr_filename("miss_stat.frq.strat")
read_plink_frq_strat_file(frq_strat_filename)

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.