Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • henry
    Member
    • Sep 2009
    • 36

    how bwa and bowtie handle repeats?

    hg18 downloaded from ucsc consits of lower-case letters like a c g t.
    human build 36 downloaded from ncbi consits of A C G T N.

    Could anyone kindly tell me how bwa and bowtie deal with the Ns and lower-case letters when they map reads to the references?

    Best
  • henry
    Member
    • Sep 2009
    • 36

    #2
    Bwa replaces Ns in the human genome from NCBI build 36 with A,C,G,T randomly. Bowtie by default excludes Ns.

    As for hg18 in UCSC, there are lower-case letters for representing repeat regions in the genome. How do bwa and bowtie handle them?
    Bwa replaces those lower-case letters with A,C,G,T randomly, or changes lower-cases letters into upper-cases first?

    Bowtie excludes those lower-cases letters or changes lower-case letters into upper-cases first?

    Hope someone can tell me.

    Comment

    • KevinLam
      Senior Member
      • Nov 2009
      • 204

      #3
      When gapped alignment is disabled, BWA is expected to generate the same alignment as Eland, the Illumina alignment program. However, as BWA change ‘N’ in the database sequence to random nucleotides, hits to these random sequences will also be counted. As a consequence, BWA may mark a unique hit as a repeat, if the random sequences happen to be identical to the sequences which should be unqiue in the database. This random behaviour will be avoided in future releases.

      Hope this helps
      http://kevin-gattaca.blogspot.com/

      Comment

      • nashp
        Junior Member
        • Jan 2011
        • 4

        #4
        I m lookin for the same answers

        Hey
        I am also looking for the same answers. What does 'n' in a read mean? in a genome mean? how is it handled in each of them by bowtie?

        Please let me know if you have found answers to these

        - Nash

        Comment

        • louis7781x
          Member
          • Oct 2010
          • 74

          #5
          in bowtie ,use -m optioon ;for example, -m 2 means if output of alignment result >2 ,it's will print out "no alignment"

          Comment

          • adamdeluca
            Member
            • Jul 2010
            • 95

            #6
            Originally posted by nashp View Post
            Hey
            I am also looking for the same answers. What does 'n' in a read mean? in a genome mean? how is it handled in each of them by bowtie?

            Please let me know if you have found answers to these

            - Nash
            'n' means an ambiguous base call, an unknown. An N in a read is a mismatch, i.e. reported in the alignment as a T>N change for example. An N in the reference will cause the alignment to break (bowtie alignments can never span an N) the --ntoa option for building the index will convert all to A's so they can be treated as mismatches.

            Comment

            • Liy
              Member
              • Feb 2012
              • 19

              #7
              Hi all,

              Can someone please tell me, how exactly handle bowtie2 the multiple aligned reads? I ran the following commad and the results showed that ~50% of my reads (10m) could align multiple times.

              bowtie2 -x ChIP_IP1.fastq.gz -S ChIP1_local.sam --very-sensitive-local --no-unal -p 6

              Any suggestion, what to do with multi hits?

              Thanky you!

              Comment

              • mastal
                Senior Member
                • Mar 2009
                • 666

                #8
                See the section of the Bowtie2 manual under the heading 'Reporting'

                Comment

                Latest Articles

                Collapse

                • 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
                • SEQadmin2
                  From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
                  by SEQadmin2


                  Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


                  The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
                  ...
                  06-02-2026, 10:05 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Today, 05:37 AM
                0 responses
                5 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-26-2026, 11:10 AM
                0 responses
                16 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-17-2026, 06:09 AM
                0 responses
                50 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                110 views
                0 reactions
                Last Post SEQadmin2  
                Working...