首先,过滤 vcf 文件
1 | 1. |
然后,构建距离矩阵
1 | 1. |
最后,使用PHYLIPNEW构建进化树
1 | PHYLIPNEW-3.69.650/bin/fneighbor -datafile p_dis.mat -outfile tree.out.txt -matrixtype s -treetype n -outtreefile tree.out.tre |
hIBS2PHYLIP.py
1 | import sys |
首先,过滤 vcf 文件
1 | 1. |
然后,构建距离矩阵
1 | 1. |
最后,使用PHYLIPNEW构建进化树
1 | PHYLIPNEW-3.69.650/bin/fneighbor -datafile p_dis.mat -outfile tree.out.txt -matrixtype s -treetype n -outtreefile tree.out.tre |
hIBS2PHYLIP.py
1 | import sys |