Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • a_mt
    replied
    Hi,

    Thank you very much for the reply.
    Code:
    XT:A:U
    tag works fine

    Leave a comment:


  • Brian Bushnell
    replied
    bwa adds "XT:A:R" to to ambiguously-mapped reads and "XT:A:U" to uniquely-mapped reads, so filtering by that tag should work. The 256 bit (0x100) indicates that an alignment is secondary, which is relevant, but won't help you in this case. Note that if you map with BBMap (which also adds XT:A:U and XT:A:R tags), you can use the flag "ambig=toss" to consider ambiguously-mapping reads as unmapped; only uniquely-mapped reads will be considered mapped.
    Last edited by Brian Bushnell; 04-29-2014, 12:05 PM.

    Leave a comment:


  • a_mt
    started a topic Uniquely mapped reads from BAM file (BWA)

    Uniquely mapped reads from BAM file (BWA)

    Hi all,

    I know this question has been asked many times. But, I am still not able to find the proper answer. So, how do you caluclate the number of uniquely mapped reads from BAM file generated by BWA?

    So far, I have tried the folowing:

    Code:
    samtools flagstat LPCWLN_fsorted.bam
    118956972 + 0 in total (QC-passed reads + QC-failed reads)
    0 + 0 duplicates
    117768703 + 0 mapped (99.00%:-nan%)
    118956972 + 0 paired in sequencing
    59478678 + 0 read1
    59478294 + 0 read2
    116464167 + 0 properly paired (97.90%:-nan%)
    117419717 + 0 with itself and mate mapped
    348986 + 0 singletons (0.29%:-nan%)
    834518 + 0 with mate mapped to a different chr
    755636 + 0 with mate mapped to a different chr (mapQ>=5)
    
    samtools view LPCWLN_fsorted.bam | wc -l
    118956972
    
    samtools view -F 256 LPCWLN_fsorted.bam | wc -l
    118956972
    
    samtools view LPCWLN_fsorted.bam | grep XT:A:U | wc -l
    105334435
    I am totally confused now? Does the 3rd line of flagstat o/p gives the no. of uniqely mapped reads ? or the SAM flag -F 256 gives ? or the other one?

    Appreciate any help.

    Thanks

Latest Articles

Collapse

  • seqadmin
    Recent Advances in Sequencing Technologies
    by seqadmin



    Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

    Long-Read Sequencing
    Long-read sequencing has seen remarkable advancements,...
    12-02-2024, 01:49 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:24 AM
0 responses
10 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-12-2024, 07:41 AM
0 responses
8 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-11-2024, 07:45 AM
0 responses
15 views
0 likes
Last Post seqadmin  
Started by seqadmin, 12-10-2024, 07:59 AM
0 responses
14 views
0 likes
Last Post seqadmin  
Working...
X