<?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; muscle</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/muscle/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>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>
	</channel>
</rss>
