View source: R/read_plink_eigenvec_file.R
read_plink_eigenvec_file | R Documentation |
PLINK
/PLINK2
.eigenvec
fileRead a PLINK
/PLINK2
.eigenvec
file.
read_plink_eigenvec_file(eigenvec_filename)
eigenvec_filename |
name for a |
By default, pca (the function to do principal component analysis) uses 20 eigenvecues
a tibble with the following columns:
fam
: the family ID, also know as FID
id
: the within-family ID, also know as IID
pc_[x]
: the [x]
th principle component
Richèl J.C. Bilderbeek
use get_test_eigenvec_table to get an eigenvecue table, to be used in testing
read_plink_eigenvec_file(
eigenvec_filename = get_plinkr_filename("pca.eigenvec")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.