View source: R/read_plink_eigenval_file.R
read_plink_eigenval_file | R Documentation |
PLINK
/PLINK2
.eigenval
fileRead a PLINK
/PLINK2
.eigenval
file.
read_plink_eigenval_file(eigenval_filename)
eigenval_filename |
name for a |
By default, pca (the function to do principal component analysis) uses 20 Eigenvalues
a tibble with the following columns:
eigenval
: the Eigenvalue
Richèl J.C. Bilderbeek
use get_test_eigenval_table to get an Eigenvalue table, to be used in testing
read_plink_eigenval_file(
eigenval_filename = get_plinkr_filename("pca.eigenval")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.