Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Q about subjunc and fusions

    Hello,

    I am quite new to RNAseq and I am analyzing a viral dataset (150 bp paired end sequencing on the NextSeq) where I am specifically looking unusual fusion events. I am using subjunc (within the Subreads package) and found several fusion events of interest. However, I am unsure how to open these or process them further. I would like to look at the individual sequences which subjunc used to call the fusions. How would I go about this? The alignment file is supposed to be in a BAM format, but I have been unable to open it. Any suggestions would be much appreciated.

  • #2
    Use IGV to inspect your alignment file. BAM files are binary and not directly viewable. You will need to convert them to corresponding text format (SAM) using samtools (check the samtools view command) if you want to view them.

    Comment


    • #3
      Hi GenoMax,

      Thank you for your response. I downloaded IGV. When I try to import the bam files, I'm told I need an index file, but I do not know which file it is or how to make one. I've looked through the manual but I'm unsure how to create an index file for the BAM (or was that an output from Subjunc?) Thank you so much for your assistance.

      Comment


      • #4
        You can index the BAM file with samtools. This will produce a *.bam.bai file. This needs to be in the same directory as your bam when you try to visualize with IGV.

        Your BAM file will need to be sorted to allow random access. It is probably not sorted at this time. You should do both these steps before using IGV.

        Code:
        $ samtools sort your_original.bam your_sorted
        $ samtools index your_sorted.bam

        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
        30 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        32 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        52 views
        0 likes
        Last Post seqadmin  
        Working...
        X