read_plink_frq_file: Read a PLINK '.frq' file

View source: R/read_plink_frq_file.R

read_plink_frq_fileR Documentation

Description

Read a PLINK .frq file

Usage

read_plink_frq_file(frq_filename)

Arguments

frq_filename

name of a PLINK .frq file Use read_plink_frq_file to read a PLINK .frq file.

Value

a tibble with column names:

  • CHR ?

  • SNP ?

  • A1 ?

  • A2 ?

  • MAF ?

  • NCHROBS ?

These column names are the names used by PLINK.

Author(s)

Richèl J.C. Bilderbeek

Examples

frq_filename <- get_plinkr_filename("miss_stat.frq")
read_plink_frq_file(frq_filename)

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