Guest User

Untitled

a guest
Jul 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. plink --bfile gwas_file --recode --extract snps.txt --out gwas_file_text
  2.  
  3. cut -d " " -f2-2,7- --output-delimiter=, gwas_file_text.ped
  4.  
  5. plink --bfile gwas_file --recode vcf --extract snps.txt --out gwas_file_text
Add Comment
Please, Sign In to add comment