码迷,mamicode.com
首页 > 移动开发 > 详细

生信基础概念之unique reads VS multi-mapping reads

时间:2017-07-01 17:14:54      阅读:398      评论:0      收藏:0      [点我收藏+]

标签:put   ant   app   基础   有一个   分析   logs   read   nts   

unique reads:在参考组上只有一个匹配点

multi-mapping reads:在参考组上有多个匹配点

下面是tophat的一个结果案例:

Reads:
          Input     :  26140314
           Mapped   :  25159791 (96.2% of input)
            of these:   1027691 ( 4.1%) have multiple alignments (1832 have >20)
96.2% overall read mapping rate.

the quantity of unique reads  :25159791-1027691=

the quantity of multi-mapping reads:1027691

 

1027691个multi-mapping reads 产生了多少个alignment?或者提起unique reads用于下步分析?

$samtools view accepted.bam|grep -v NH:i:1|wc -l
$samtolls view accepted.bam|grep ‘\bNH:i:1\b‘>accepted_unique.sam

 

 


 

 

生信基础概念之unique reads VS multi-mapping reads

标签:put   ant   app   基础   有一个   分析   logs   read   nts   

原文地址:http://www.cnblogs.com/timeisbiggestboss/p/7099571.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!