ICode9

精准搜索请尝试: 精确搜索
  • 使用GCTA软件进行GWAS分析2022-07-31 01:32:32

      001、 root@PC1:/home/test# ls gwas_test.bed gwas_test.bim gwas_test.fam root@PC1:/home/test# awk '{print $1, $2, $6}' gwas_test.fam > phenotype.txt ## 表型数据 root@PC1:/home/test# plink --bfile gwas_test --pca 3 1> /dev/null

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有