Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Reliability

    I am comparing the output from Bowtie and maq and using the command below I get a total of 147-e6 alignments for 34-e6 reads. After rigorous filtering, I have half the numbers of reads mapped to chr1 as I did using maq. One of the issues is this:
    HWI-EAS261:6:61:525:1199#0/2 - gi|89161185|ref|NC_000001.9|NC_000001 78 TAACCCTAACCCTAACCCTAACCCTAACCCAACCCTAACCCTAAC
    HWI-EAS261:6:61:525:1199#0/2 + gi|89161205|ref|NC_000003.10|NC_000003 199384671 GTTAGGGTTAGGGTTGGGTTAGGGTTAGGGTTAGGGTTAGGGTTA

    Maq flags the second alignment with an MAQ score<10 and is thus easy to eliminate maintaining the 1st alignment.
    Is it possible to know which alignment is correct from Bowtie?

    ./bowtie -t h_sapiens_asm -1 sanger1.fq -2 sanger2.fq -n 2 -l 28 -e 70 -I 0 -X 250 -a > output.txt --un unmapped_reads.fq --al reads_at_least_1_alignment.txt
    #Reported 73,823,285 paired-end alignments to 1 output stream(s)

    Layla

  • #2
    Hi Layla,

    If filtering of repetitive alignments is what you're after, take a look at the -m and --strata options. Together, these options allow you to define what hits count as "repetitive", then filter them out. The --max option additionally diverts the repetitively-aligned reads to a separate output file.

    Also, I can't see how you're running Maq, but you might be in a situation where you'd actually like to run Bowtie in unpaired mode separately on your two mate inputs. I say this because the Maq output you show seems to have aligned the mates to separate chromosomes. Perhaps I'm misinterpreting.

    Thanks,
    Ben

    Comment


    • #3
      Hi Ben,

      Thanks for your reply. I've got myself a little muddled with the output. I used the -m1 -k1 option but I was worried I might be missing reads that had 1MM or 2MM as these would go unreported. Hence I asked everything to be reported and will clean the data myself. I will re-align the unmapped reads using unpaired option. The above command for 34-e6 reads (17-e6 reads per file) took 6hours on a 32GB machine, is this reasonable?

      I might get back to you once I have looked at the output some more.

      Thanks,
      L

      Comment


      • #4
        Quick question,

        How does Bowtie deal with paired end reads where both ends align to different chromosomes? I believe maq gives various flags to identify such reads.

        Thanks,
        L

        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
        27 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        31 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        26 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