<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; 进化专题</title>
	<atom:link href="http://www.bio-info-trainee.com/category/omics/evolution/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>Figtree的把进化树文件可视化</title>
		<link>http://www.bio-info-trainee.com/660.html</link>
		<comments>http://www.bio-info-trainee.com/660.html#comments</comments>
		<pubDate>Thu, 30 Apr 2015 06:45:37 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[进化专题]]></category>
		<category><![CDATA[figtree]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[进化]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=660</guid>
		<description><![CDATA[下载软件 http://tree.bio.ed.ac.uk/software/f &#8230; <a href="http://www.bio-info-trainee.com/660.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>下载软件</p>
<p><a href="http://tree.bio.ed.ac.uk/software/figtree/">http://tree.bio.ed.ac.uk/software/figtree/</a></p>
<p>我们这里就在window平台下使用，所以直接下载zip包即可，解压即可使用</p>
<p>准备数据</p>
<p>我这里就简单的用muscle生成了一个树文件来看看结果TRAV.fa 是一百多个类似的基因</p>
<p>muscle -in TRAV.fa -out tmp</p>
<p>muscle -maketree -in tmp  -out TRAV.tree</p>
<p>这个树文件TRAV.tree是Newick format,可以直接被figtree识别从而画图</p>
<p>软件使用</p>
<p>很简单，下载，点击即可使用，然后导入树文件，就可以直接出图啦!</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Figtree的把进化树文件可视化368.png"><img class="alignnone size-full wp-image-666" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Figtree的把进化树文件可视化368.png" alt="Figtree的把进化树文件可视化368" width="554" height="394" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/660.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Muscle进行多序列比对</title>
		<link>http://www.bio-info-trainee.com/659.html</link>
		<comments>http://www.bio-info-trainee.com/659.html#comments</comments>
		<pubDate>Thu, 30 Apr 2015 06:44:50 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[进化专题]]></category>
		<category><![CDATA[muscle]]></category>
		<category><![CDATA[比对]]></category>
		<category><![CDATA[进化]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=659</guid>
		<description><![CDATA[软件的主页是 http://www.drive5.com/muscle/ 进入主 &#8230; <a href="http://www.bio-info-trainee.com/659.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>软件的主页是</p>
<p><a href="http://www.drive5.com/muscle/">http://www.drive5.com/muscle/</a></p>
<p>进入主页，简单看看软件介绍，这个软件还是蛮牛的，一个人在家里自己写出来的，当然，对于普通人来说，这个软件跟clustalW没什么区别，反正都是多序列比对啦！</p>
<p>我们下载适合我们平台的版本即可！</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对193.png"><img class="alignnone size-full wp-image-661" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对193.png" alt="Muscle进行多序列比对193" width="507" height="223" /></a></p>
<p>准备数据，我这里选择的是几个短小的蛋白</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对215.png"><img class="alignnone size-full wp-image-662" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对215.png" alt="Muscle进行多序列比对215" width="386" height="416" /></a></p>
<p>&nbsp;</p>
<p>这里有两种比对方式，都是很简单的命令</p>
<p>一种是先比对，再生成树文件（树的格式是Newick format, ）</p>
<p>muscle -in mouse_J.pro -out mouse_J.pro.a</p>
<p>muscle -maketree -in mouse_J.pro.a -out mouse_J.phy （这里有两种构建树的方式）</p>
<p>另外一种是比对成aln格式的数据，然后用其它软件（phyml或者phylip）来生出树文件</p>
<p>muscle -in mouse_J.pro   -clwout seqs.aln</p>
<p>可以看到比对的效果还是蛮好的，是aln格式的比对文件，这个格式非常常用</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对505.png"><img class="alignnone size-full wp-image-663" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对505.png" alt="Muscle进行多序列比对505" width="480" height="232" /></a></p>
<p>或者输出phy格式的比对文件，</p>
<p>muscle -in mouse_J.pro  -physout seqs.phy</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对685.png"><img class="alignnone size-full wp-image-664" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/Muscle进行多序列比对685.png" alt="Muscle进行多序列比对685" width="392" height="233" /></a></p>
<p>可以被phyml等软件识别，然后来构建进化树，见  <a href="http://www.bio-info-trainee.com/?p=626">http://www.bio-info-trainee.com/?p=626</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/659.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用phyML对多重比对phy文件来构建进化树</title>
		<link>http://www.bio-info-trainee.com/626.html</link>
		<comments>http://www.bio-info-trainee.com/626.html#comments</comments>
		<pubDate>Mon, 13 Apr 2015 14:02:44 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[进化专题]]></category>
		<category><![CDATA[phyML]]></category>
		<category><![CDATA[多重序列比对]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=626</guid>
		<description><![CDATA[本来还没这么快写进化专题的，但是有个朋友要我帮忙跑一下她的phy文件，看看能否生 &#8230; <a href="http://www.bio-info-trainee.com/626.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>本来还没这么快写进化专题的，但是有个朋友要我帮忙跑一下她的phy文件，看看能否生成树，我就试用了一下phyml这个软件，挺简单的。</p>
<p>一、下载并安装该软件</p>
<p>这是一个很简单的软件，我们直接下载它的二进制程序就可以直接使用啦，官网里面的压缩包里面有各种平台的二进制程序，我这里用linux64的。</p>
<p>wget http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</p>
<p>unzip PhyML-3.1.zip</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml241.png"><img class="alignnone size-full wp-image-627" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml241.png" alt="构建进化树phyml241" width="440" height="179" /></a></p>
<p>二．准备文件</p>
<p>它需要的phy格式的多重比对结果文件，一般是clustalW或者muscle比对的结果</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml294.png"><img class="alignnone size-full wp-image-628" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml294.png" alt="构建进化树phyml294" width="554" height="402" /></a></p>
<p>可以看到是53个蛋白，多重比对后的公共序列长度是325个氨基酸。</p>
<p>三．命令</p>
<p>./PhyML-3.1_linux64   -i test.phy  -d aa   -b 1000   -m LG   -f m -v e -a e -o tlr</p>
<p>这些参数在运行的时候都会显示出来</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml434.png"><img class="alignnone size-full wp-image-629" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/04/构建进化树phyml434.png" alt="构建进化树phyml434" width="554" height="437" /></a></p>
<p>具体解释见博客 <a href="http://www.chenlianfu.com/?p=2221">http://www.chenlianfu.com/?p=2221</a></p>
<p>&nbsp;</p>
<p>四，输出文件</p>
<p>这个时间会很久，大家有心里准备！！！总共会输出四个文件，</p>
<p>test.phy_phyml_tree.txt        :    最大似然法构建的进化树</p>
<p>test.phy_phyml_boot_stats.txt  :    bootstrap 的统计信息</p>
<p>test.phy_phyml_boot_trees.txt  :    bootstrap 树</p>
<p>test.phy_phyml_stats.txt       :    程序运行的中的参数和结果统计</p>
<p>&nbsp;</p>
<p>然后我们的那个test.phy_phyml_tree.txt  就可以用figtree等软件画图啦！！！</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/626.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
