We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose we have the following files: in.bed, in.bim, in.fam
The command:
smartpca.perl -i in.bed -a in.bim -b in.fam -s 6 \ -e out.eval -l out.elog -o out.pca -p out.plot
results in out.pca having only zero entries. On the other hand, using plink to recode the binary files into *.ped and *.map, the commands:
smartpca.perl -i in.ped -a in.map -b in.ped -s 6 \ -e out.eval -l out.elog -o out.pca -p out.plot
and
smartpca.perl -i in.ped -a in.map -b in.fam -s 6 \ -e out.eval -l out.elog -o out.pca -p out.plot
both compute the same eigenvalues as the previous one, but the PCA scores are correctly computed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suppose we have the following files:
in.bed, in.bim, in.fam
The command:
results in out.pca having only zero entries. On the other hand, using plink to recode the binary files into *.ped and *.map, the commands:
and
both compute the same eigenvalues as the previous one, but the PCA scores are correctly computed.
The text was updated successfully, but these errors were encountered: