<?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; ORF</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/orf/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>转录组-TransDecoder-对trinity结果进行注释</title>
		<link>http://www.bio-info-trainee.com/346.html</link>
		<comments>http://www.bio-info-trainee.com/346.html#comments</comments>
		<pubDate>Thu, 19 Mar 2015 12:38:33 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[转录组软件]]></category>
		<category><![CDATA[ORF]]></category>
		<category><![CDATA[RNA]]></category>
		<category><![CDATA[trinity]]></category>
		<category><![CDATA[注释]]></category>
		<category><![CDATA[预测]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=346</guid>
		<description><![CDATA[   一：下载安装该软件 下载安装该软件：  wget https://code &#8230; <a href="http://www.bio-info-trainee.com/346.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><b>   一：下载安装该软件</b></p>
<p>下载安装该软件：  wget <a href="https://codeload.github.com/TransDecoder/TransDecoder/tar.gz/2.0.1">https://codeload.github.com/TransDecoder/TransDecoder/tar.gz/2.0.1</a></p>
<p>解压进入该目录，查看里面的文件</p>
<p>make一下就可以用了，看起来好像是依赖于perl模块的</p>
<p><b><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF420.png"><img class="alignnone size-full wp-image-347" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF420.png" alt="转录组-TransDecoder-预测ORF420" width="284" height="171" /></a></b></p>
<p>这个TransDecoder.LongOrfs就是我们这次需要的程序，查看该程序，的确真是一个perl程序，看来perl还是蛮有用的。</p>
<p><b>二：准备数据</b></p>
<p><b>它里面有个测试数据，是比较全面的，也比较复杂，我就不贴出来了，反正我是那</b><b>trinity组装好的fasta格式的转录组数据来预测ORF的。</b></p>
<p><b>三：运行命令</b></p>
<p><b>它给的测试命令也很复杂</b></p>
<p><b>## generate alignment gff3 formatted output</b></p>
<p><b>../util/cufflinks_gtf_to_alignment_gff3.pl transcripts.gtf &gt; transcripts.gff3</b></p>
<p><b> </b></p>
<p><b>## generate transcripts fasta file</b></p>
<p><b>../util/cufflinks_gtf_genome_to_cdna_fasta.pl transcripts.gtf test.genome.fasta &gt; transcripts.fasta </b></p>
<p><b> </b></p>
<p><b>## Extract the long ORFs</b></p>
<p><b>../TransDecoder.LongOrfs -t transcripts.fasta</b></p>
<p><b>当然我们只需要看最后一步，这是重点</b></p>
<p>我这里是直接对我们的trinity组装好的转录本进行预测ORF</p>
<p>/home/jmzeng/bio-soft/TransDecoder/TransDecoder.LongOrfs  -t Trinity.fasta</p>
<p>命令很简单</p>
<p><b><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF1471.png"><img class="alignnone size-full wp-image-349" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF1471.png" alt="转录组-TransDecoder-预测ORF1471" width="907" height="120" /></a></b></p>
<p>输出来的文件就有预测的蛋白文件，这个文件是trinotate对转录本进行注释所必须的文件</p>
<p><b><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF1714.png"><img class="alignnone size-full wp-image-350" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/转录组-TransDecoder-预测ORF1714.png" alt="转录组-TransDecoder-预测ORF1714" width="266" height="74" /></a></b></p>
<p><b> </b></p>
<p><b>四：输出文件解读</b></p>
<p><b>longest_orfs.cds  </b><b>这个是预测到的</b><b>cds碱基序列，</b></p>
<p><b>longest_orfs.gff3  </b><b>这个是预测得到的</b><b>gff文件</b></p>
<p><b>longest_orfs.pep</b><b>   这个就是预测得到的蛋白文件</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/346.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
