powered by
Calculate eigendecomposition and return ordered eigenvalues and eigenvectors
eigen2(spd, decreasing = FALSE)
a semi-positive definite matrix
argument passed to order()
a list with 2 components, the eigenvalues and the eigenvectors
# NOT RUN { readr::read_tsv(system.file("extdata", "mouse100.cXX.txt", package = "gemma2"), col_names = FALSE)[, 1:100] -> kinship e_out <- eigen2(as.matrix(kinship)) # }
Run the code above in your browser using DataLab