Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sulicon
    Member
    • Aug 2010
    • 41

    How to call "gaps" from spliced read alignment?

    Hi all,

    I have aligned my long 454 reads to the reference genome by using GMAP, a spliced read aligner. Now I want to extract the best set of intronic regions (gaps) in the alignments. Is there any tool could generate such information from a SAM file?

    I feel this task is somewhat similar with indel calling, if you considered intron regions as huge deletions. But I'm not sure whether I can use indel calling tools to fit my need.

    A simple (and naive) way I can image is counting the coverage of the gaps. The chromosome regions with many gaps mapped should be reliable intronic regions. For this purpose, is there a convenient way to calculate the coverage of gaps from a SAM file?

    Thanks a lot,
    Shuli
  • frozenlyse
    Senior Member
    • Sep 2008
    • 135

    #2
    Are you familiar with R/Bioconductor at all? It should be pretty straightforward to make a table of how many times each intron is observed using the GenomicRanges package.

    Comment

    • sulicon
      Member
      • Aug 2010
      • 41

      #3
      Thanks. It seems this package doesn't output the gap regions directly:

      The genomic intervals between the "start" and "end" of the query that are "covered" by the alignment. Saying that the full [start,end] interval is covered is the same as saying that the alignment has no gap (no N in the CIGAR). It is then considered a simple alignment. Note that a simple alignment can have ismatches or deletions (in the reference). In other words, a deletion, encoded with a D, is NOT considered a gap.

      So I still need calculate the gap regions from the CIGAR strings...

      And I have just found a solution this afternoon. BEDTools (http://code.google.com/p/bedtools/) could calculate the coverage for each nucleotide with/without intronic regions counted. Then the difference is the the coverage/depth in the intronic regions.

      Comment

      • malcook
        Member
        • Sep 2009
        • 24

        #4
        tabulating gaps in bam files using bioconductor's GenomicRanges IS POSSIBLE

        Originally posted by sulicon View Post
        Thanks. It seems this package doesn't output the gap regions directly:
        ...
        I think you may misunderstand the manual. In any case, the key word in your comment is perhaps "directly"

        I've just blogged on using GenomicRanges for this exact purpose here. It works quite nicely.

        Originally posted by sulicon View Post
        And I have just found a solution this afternoon. BEDTools (http://code.google.com/p/bedtools/) could calculate the coverage for each nucleotide with/without intronic regions counted. Then the difference is the the coverage/depth in the intronic regions.
        Hmmm. I wondered about this approach too. At the very least it requires you to know beforehand the location of all your introns. Let us know how you fare if you take this route....
        Last edited by malcook; 06-09-2011, 08:31 AM.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Today, 11:41 AM
        0 responses
        9 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-20-2026, 11:10 AM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        35 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        45 views
        0 reactions
        Last Post SEQadmin2  
        Working...