Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Layla
    Member
    • Sep 2008
    • 58

    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
  • Ben Langmead
    Senior Member
    • Sep 2008
    • 200

    #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

    • Layla
      Member
      • Sep 2008
      • 58

      #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

      • Layla
        Member
        • Sep 2008
        • 58

        #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

        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM
        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 11:08 AM
        0 responses
        7 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        11 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        19 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        53 views
        0 reactions
        Last Post SEQadmin2  
        Working...