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
              Best Practices for Single-Cell Sequencing Analysis
              by seqadmin



              While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
              06-06-2024, 07:15 AM
            • seqadmin
              Latest Developments in Precision Medicine
              by seqadmin



              Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

              Somatic Genomics
              “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
              05-24-2024, 01:16 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 06-07-2024, 06:58 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:18 AM
            0 responses
            23 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2024, 08:04 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-03-2024, 06:55 AM
            0 responses
            14 views
            0 likes
            Last Post seqadmin  
            Working...
            X