Description Usage Arguments Value Examples
Calculate eigendecomposition and return ordered eigenvalues and eigenvectors
1 |
spd |
a semi-positive definite matrix |
decreasing |
argument passed to order() |
a list with 2 components, the eigenvalues and the eigenvectors
1 2 3 4 5 | readr::read_tsv(system.file("extdata",
"mouse100.cXX.txt",
package = "gemma2"),
col_names = FALSE)[, 1:100] -> kinship
e_out <- eigen2(as.matrix(kinship))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.