Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Retrieving mismatch details from tophat

    Hi, all,

    Summary: How can I see the details of the mismatch locations for tophat alignments?

    Details:

    In the SAM output of a tophat run, there are two potential sources I'm aware of for finding information about the alignment details for each entry.

    1) The CIGAR mandatory field, which is generally either xM, where x is the number of aligned bases, or xMyNzM, where x + z is the number of combined bases, and y is the length of the intron.

    2) The MD:Z optional field, which contains a more detailed representation that indicates exactly which pieces of the reference match were altered or elided in the read. (There is also an NM:i field which tells the number of mismatches, but not where they fall.)

    In bowtie output, both of these are present. But in my tophat output, MD is consistently absent, and I have only the much less informative CIGAR field (and yet, the SAM spec does provide for more detail in the CIGAR field, but it is optional, and neither bowtie nor tophat incorporates X/= tokens).

    I could write a script that chews over the original genome and the output alignments and reconstructs this information, but since I know the internal bowtie output must be generating this information at least for the matches that don't involve exons, I'm hoping that there's a way to have tophat provide it to me directly.

    Anybody know how to solve this problem? I'm pretty new to this, so I could well be missing something obvious (a supplemental tool, a flag, etc).

    Thanks!

    -John

  • #2
    The samtools calmd command will calculate the proper md flags given a sam file and the genome in fasta format.

    link

    If I remember correctly it runs much faster if the sam file has been sorted previous to running calmd, look at the samtools sort command for how to do that.

    Historically the CIGAR field only dealt with insertion deletions, both matches and mismatches are designated with a 'M' in the CIGAR string. That seems to have been changed in a more recent revision of the format, but I don't know of any programs which have implemented it yet.

    Comment


    • #3
      Perfect, thanks @hesterj! That'll save me a lot of time.

      And no worries on the sorting, my downstream processing depends on that in any case.

      -John

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advancing Precision Medicine for Rare Diseases in Children
        by seqadmin




        Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
        12-16-2024, 07:57 AM
      • 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, 12-17-2024, 10:28 AM
      0 responses
      33 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-13-2024, 08:24 AM
      0 responses
      48 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-12-2024, 07:41 AM
      0 responses
      34 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-11-2024, 07:45 AM
      0 responses
      46 views
      0 likes
      Last Post seqadmin  
      Working...
      X