PCA changes: no longer produces files, new --arrays option #3760
Unanswered
iris-garden
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note
The following post was exported from discuss.hail.is, a forum for asking questions about Hail which has since been deprecated.
(Oct 13, 2016 at 18:29) tpoterba said:
PCA writes to annotations instead of files.
--scores [-s]
option is required, defines sa path for the k sample PC scores--loadings [-l]
option is optional, defines va path for variant loadings (if this argument is not passed, pca will be a little faster)--eigenvalues [-e]
option is optional, defines global path for the k eigenvaluesThe
--arrays
option producesArray[Double]
for scores and loadings ratherStruct{ PC1: Double, PC2: Double, PC3: Double, ...}
https://hail.is/commands.html#pca
Beta Was this translation helpful? Give feedback.
All reactions