read_plink_eigenval_file: Read a 'PLINK'/'PLINK2' '.eigenval' file

View source: R/read_plink_eigenval_file.R

read_plink_eigenval_fileR Documentation

Description

Read a PLINK/PLINK2 .eigenval file.

Usage

read_plink_eigenval_file(eigenval_filename)

Arguments

eigenval_filename

name for a .eigenval file, as can be read with read_plink_eigenval_file

Details

By default, pca (the function to do principal component analysis) uses 20 Eigenvalues

Value

a tibble with the following columns:

  • eigenval: the Eigenvalue

Author(s)

Richèl J.C. Bilderbeek

See Also

use get_test_eigenval_table to get an Eigenvalue table, to be used in testing

Examples

read_plink_eigenval_file(
  eigenval_filename = get_plinkr_filename("pca.eigenval")
)

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