This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Snp Information From Ped File In Plink

How to extract only SNP information like A/T or G/C information for each and every SNP from ped file in plink....

snp plink

1 answer

Rewrite your file in bed format and look in the bim file:

plink --file yourfile --make-bed

thanks you so much. Exactly I got the information...

Log in to answer this question.