Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie2 - Finding reads with multiple mapping positions

    Hi, I have a question dealing with PE RNAseq data (100x2) from Illumina.

    It is my understanding that Bowtie2 checks a read for possible alignments across the reference genome, and reports the best alignment, discarding the rest. However, I am interested in finding just the reads that align to exactly 2 places, and determining where both locations are on the reference. I want to be able to extract this information from the BAM file if possible. I first tried setting the -k parameter to 5, and then looking for reads that could only find two alignments, but am not sure where in the BAM to find this information.

    Does anyone have experience looking for such reads in a SAM/BAM file?
    Thanks!

  • #2
    Hi, I think you should also consider the flag column (the second column) in the bam file. It should include the 0x0002 flag (properly paired aligned to the reference).
    And I would suggest you considering the mapping quality instead of the uniqueness that you mentioned here. Higher mapping quality means more uniqueness.

    Comment


    • #3
      @qiongyi, thanks a lot for the suggestions.

      I eventually solved this problem by having my Bowtie2 .SAM output sorted by read ID. This way the reads are in the order:

      ID=abc123/1
      ID=abc123/1
      ID=abc123/2
      ID=abc123/2

      If I set Bowtie2 -k =3, it will report up to 3 alignments for each read. If there are exactly two alignments reported for abc123/1 and two alignments for abc123/2, I know the read has exactly two matches in the ref.

      Thanks!

      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...
        05-06-2024, 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, 05-14-2024, 07:03 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-10-2024, 06:35 AM
      0 responses
      37 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      46 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      39 views
      0 likes
      Last Post seqadmin  
      Working...
      X