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
              Recent Advances in Sequencing Analysis Tools
              by seqadmin


              The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
              Today, 07:48 AM
            • seqadmin
              Essential Discoveries and Tools in Epitranscriptomics
              by seqadmin




              The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
              04-22-2024, 07:01 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 07:17 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-02-2024, 08:06 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-30-2024, 12:17 PM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-29-2024, 10:49 AM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Working...
            X