利用phylip软件对SNP数据构建进化树
1、下载、安装 phylip软件 官网: http://evolution.genetics.washington.edu/phylip.html wget http: // evolution.gs.washington.edu/phylip/download/phylip-3.697.tar.gz tar -xzvf phylip-3.697.tar.gz cd phylip-3.697/ cd src/ make -f Makefile.unx install 安装成功的标志。 可执行程序在exe路径下: 2、下载测试数据 ,提取一小部分进行测试: 链接:https: // pan.baidu.com/s/1VxgJK5asCEjukOeA1V5rlg 提取码:e69n head -n 5 test.ped | cat - <(tail -n 5 test.ped) > a && mv a test.ped 3、参考 下面文章进行 构建进化树 https://zhuanlan.zhihu.com/p/85978856 样本ID必须是10个字符,这点很重要!!!使用如下命令修改: ##把间隔符改为tab plink --file test --recode tabx --sheep -- out test;rm -f *.log * .nosex ##把个体ID调整为10个字符