Entering edit mode
5.1 years ago
GiantSilverSoy
▴
130
Hi all,
I was trying to run pca using plink with the command:
plink --bfile array.data --pca --out array.data.pca
The resulting array.data.pca.eigenval and array.data.pca.eigenvec files are all in 0.
head array.data.pca.eigenval
0
0
0
0
0
head array.data.pca.eigenval
fid1 iid1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fid1 iid2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fid2 iid3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fid2 iid4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
fid2 iid5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
There were no errors or warnings during the run.
Have anyone encountered this problem before?
Thanks!
Thanks! The error said it was because of very-low-MAF variants.