how to extract cleaned SNPs from the main genotype data after QC?
Hi there I have a genotype data file with 54242 SNPs. With quality control, 43,456 SNPs remained. Now I want to extract just cleaned SNPs (43,456 SNPs) from the genotype data.
Thanks in advance
• 1,240 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Can you clarify your question?
Thank you for replying! Below is a part of my data file! The "Name1" column is SNP names and has 52242 rows.
After performing quality control on all 54242 SNPs with Plink softwar, 47256 SNPs passed from QC as follow!
Now I want to replace the column (Name2) with column (Name1)!in fact I need to have just 47256 SNPs passed among all 54242 total SNPs! I hope my explanation is clear!
same answer as : A: how to combine two bed files using the same ID information