Entering edit mode
4.8 years ago
tothepoint
▴
940
Hello Everyone. I am working on gwas data and processed samples from 7 different varieties with 70+ sample size of pig. Currently I am trying to make PCA plot by Plink
plink2 --bfile data --pca --allow-extra-chr
I am getting an error: "At least 2 people required for pairwise analysis." Please suggest what i am doing wrong and how to fix the issue. I will be grateful to you.
Please post the entire .log file.
I am getting this
That isn’t the entire .log file, but it’s enough. Why do you expect this to work? The file contains only one sample, not 70.
First report the exact PLINK version you're using with plink2
--version
Count the lines of your .ped file (you may generate the ped file from bim with plink).
That should be enough to see what's happening.
You can check the file formats by doing