View source: R/eigen_analyse_vectors.R
eigen_analyse_vectors | R Documentation |
Performs eigen decomposition of a single matrix of normalised allele frequency change vectors. Can be run across the output of calc_AF_vectors() by combining with lapply()
eigen_analyse_vectors(vector_input)
vector_input |
A matrix of allele frequency change vectors |
A list object with three elements detailing the results: "eigenvals" contains the eigenvalue distribution, "eigenvecs" contains the eigenvectors, "A_matrix" contains the projected SNP scores for each eigenvector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.