<?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/tag/%e9%a2%84%e5%a4%84%e7%90%86/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>NGS QC Toolkit 对测序reads进行简单过滤</title>
		<link>http://www.bio-info-trainee.com/522.html</link>
		<comments>http://www.bio-info-trainee.com/522.html#comments</comments>
		<pubDate>Sun, 29 Mar 2015 14:04:44 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[基础软件]]></category>
		<category><![CDATA[生信基础]]></category>
		<category><![CDATA[NGS]]></category>
		<category><![CDATA[QC]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[预处理]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=522</guid>
		<description><![CDATA[这个软件其实我真心不需要讲些什么了，它的官网写的太好了，简直就是软件说明书的典范 &#8230; <a href="http://www.bio-info-trainee.com/522.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>这个软件其实我真心不需要讲些什么了，它的官网写的太好了，简直就是软件说明书的典范</p>
<p><a href="http://www.nipgr.res.in/ngsqctoolkit.html">http://www.nipgr.res.in/ngsqctoolkit.html</a></p>
<p>它列出了它的几个功能模块，还给出了下载地址，还给出了说明文档，下载压缩包，解压即可使用啦</p>
<p>更重要的是给出了测试数据和测试的结果，而且还专门测试了不同测序平台及不同的测序策略的使用说明</p>
<p>&nbsp;</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/NGS-QC-Toolkit-对测序reads进行简单过滤264.png"><img class="alignnone size-full wp-image-523" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/NGS-QC-Toolkit-对测序reads进行简单过滤264.png" alt="NGS QC Toolkit 对测序reads进行简单过滤264" width="554" height="414" /></a></p>
<p>里面就是一些perl测序，其实自己都可以写的，分成了四大类。</p>
<p>其中统计的那个平均测序质量，我在前面仿写fastqc就写过，至于那个统计N50，更是生信常用的脚本。</p>
<p>但是大家可以看看这个perl程序来学perl语言，蛮不错的这些程序，都写的很标准。</p>
<p>比如那个TrimmingReads.pl</p>
<p><a href="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/NGS-QC-Toolkit-对测序reads进行简单过滤576.png"><img class="alignnone size-full wp-image-524" src="http://www.bio-info-trainee.com/wp-content/uploads/2015/03/NGS-QC-Toolkit-对测序reads进行简单过滤576.png" alt="NGS QC Toolkit 对测序reads进行简单过滤576" width="553" height="243" /></a></p>
<p>可以根据四个参数来选择性的对我们的原始reads进行过滤，当然很多其它的程序也有类似的功能，它的参数分别是铲掉5端的几个碱基或者3端的，或者根据测序质量来切除碱基，或者根据reads长度来取舍，都是挺实用的功能。但是我一般用LengthSort和DynamicTrim那两个程序，原因很简单，我老师是这样用的，所以我习惯了，哈哈</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/522.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
