基因表达分析生信相关

构建系统发育树

2016-08-14  本文已影响1871人  六耳弥猴

系统发育树的构建


现有的方法

邻接法(NJ) phylip fasta/phy
最大似然法(ML) raxml/paml fasta/phy
最大简约法(MP) phylip/paup fasta/phy
贝叶斯法 MrBayes nexus
溯祖法 BEAST xml

系统发育树构建方法的优劣

其他资料


数据准备


model test

modelgenerator

java -jar modelgenerator.jar align_file num_gamma_categories
java -jar modelgenerator.jar test.phy 4

jModeltest

java -jar /lustre/project/og04/shichunwei/biosoft/jmodeltest-2.1.7/jModelTest.jar -d  jmodel.fasta -s 11 -i -g 4 -f -AIC -AICc -DT -BIC -a -tr 8 > jmodel.out

fasttree

/lustre/project/og04/shichunwei/biosoft/fasttree/FastTreeMP -nt -gtr  -fastest -boot 1000 -gamma -log crab.log cds.clustalw.phy > fasttree.tree


fastme

cd /lustre/project/og04/shichunwei/project/temp/Tree\
perl fasta2phy.pl test.fasta\
perl -p -i -e 's/\./\-/g' test.phy\
/lustre/project/og04/shichunwei/biosoft/fastme-2.1.5/src/fastme -i test.phy -T 8 -B -b 1000 -d F84 -o outtree

BIONJ

mega


phylip






RaxML

cd /lustre/project/og04/shichunwei/project/temp/Tree/RAxML
/lustre/project/og04/shichunwei/biosoft/standard-RAxML-master/raxmlHPC -x 12345 -p 12345 -# 1000 -m GTRGAMMA -s test.phy -n out -f a -o EL -T 8

phyml

/lustre/project/og04/shichunwei/biosoft/mpich-3.2/install_dir/bin/mpirun -n 4 /lustre/project/og04/shichunwei/biosoft/PhyML-3.1/PhyML-3.1_linux64 -i test.phy  -d nt -b 1000 -m GTR -c 4 -a e -s BEST

LVB

/lustre/project/og04/shichunwei/biosoft/lvb_3.4_source/lvb/lvb -b 1000 -c l -i infile -o outtree -p 4 -s 12345 -t 1

存在问题:

  • 不同软件得出的modeltest结果不一致;基于多种标准有不同的结果,该选择哪种标准,AIC?是否需要自定义氨基酸模型?
  • 取交集,或任选一个;标准基于AIC;倾向于选择而不是自定义
  • 有的软件输入文件是基于sequence的,不能用SNP简单连接成fasta或phy,故需标明只能用sequence的软件
  • 注意输入文件的格式,phy有两种格式

测试数据

上一篇 下一篇

猜你喜欢

热点阅读