Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Aligner for PacBio RNASeq

    I am wondering if I can use BLASR for aligning RNASeq reads from Human cell lines. I am interested in identifying the splice sites. I read this paper "Evaluation of tools for long read RNA-seq splice-aware alignment" (Bioinformatics, 2018) where different splice aware tools were compared and concluded GMAP to be the best among the compared ones. However, they didn't include BLASR in their evaluation. Could the reason be that BLASR is suitable only for genomic read alignments? Thanks.

  • #2
    You cannot use BLASR. You can use minimap2, GMAP, STAR, etc.
    A tutorial for these aligners for PacBio RNA (Iso-Seq) data is available here:
    Miscellaneous collection of Python and R scripts for processing Iso-Seq data - Magdoll/cDNA_Cupcake

    Comment


    • #3
      Originally posted by Magdoll View Post
      You cannot use BLASR.
      Thanks for your response and the link. What could be the reason for BLASR being not a suitable aligner? I mean, it works like BLAST finding local alignments after incorporating the PacBio error model and that should be good enough to align exon regions on the genome. What am I missing here? Thanks.

      Comment


      • #4
        BLASR is not splice aware - it cannot map exon-exons. Newer aligners like minimap2 are well equipped to handle errors for PacBio data. For most PacBio RNA-seq (what we call Iso-Seq) data, the error rate would be very low anyway.

        In more practical terms, BLASR is getting phased out. We encourage users to switch to newer aligners like minimap2 that are being actively maintained and developed.

        Comment


        • #5
          Thanks for taking time explaining this. One last thing.
          Would Minimap2 be effective enough aligning to non-canonical coding regions, for example, fusion transcripts?
          Perhaps, I should give it a try myself, but thought I would ask anyway.
          Thanks again.
          Last edited by RamP; 02-05-2019, 01:03 AM.

          Comment


          • #6
            Yes both GMAP and minimap2 could work for fusion detection.

            In GMAP it would be using the `-n 0` parameter which says "only output a single alignment *unless* the best alignment is chimeric" which essentially screens for fusion transcripts when you look for sequences with 2+ alignment results.

            In minimap2 I think it's `--secondary=no`, though admittedly I have tested it less.

            I have a follow up script that processes the SAM files to look for fusion: https://github.com/Magdoll/cDNA_Cupc...ng-step#fusion

            If you have problems using the scripts above, please file through GitHub Issues.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM
            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            22 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            46 views
            0 likes
            Last Post seqadmin  
            Working...
            X