Announcement

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

  • BowTie 1 Inaccuracy 30 % ?

    From BowTie Paper I found that, it is able to find exact matches and also in exact matches. Now, from bowtie manual, I found how to build index for a genomic database. So, I build it using command,

    Code:
    bowtie-build hg19.fa hg19
    Now, I want to run a query read file named "a493081_1.fastq" to find exact and inexact matches (allowing 1,2 and 3 substitutions - as specified in BowTie paper) for 150 bps read length.

    So, I issue the command

    Code:
    ./bowtie --all -v 0 hg19 a493081_1.fastq a.txt
    to find all alignments with 0 mismatch. And BowTie outputs,

    Code:
    # reads processed: 200000
    # reads with at least one reported alignment: 145692 (72.85%)
    # reads that failed to align: 54308 (27.15%)
    Reported 173932 alignments to 1 output stream(s)
    However, all reads are taken from hg19, so BowTie should give output "NO reads that failed to align". BowTie provides inaccurate matching, but near about 30 % inaccuracy is not similar as I found from various comparison. Can anybody help me, in what reasons this inaccuracy can happen or any procedure to make it more accurate.



    Additional: I should mention, my fastq file contains 150 bps single end reads.
    Last edited by Arupsss; 06-23-2012, 08:06 AM.

  • #2
    Any reason you are.not using bowtie2?

    Comment


    • #3
      Originally posted by genericforms View Post
      Any reason you are.not using bowtie2?
      I will use BWA, BoWtie 2 also to find a nice comparison ( I am just doing testing) . However, actually I want to know:

      Is it possible to reach error of 30 % for BowTie 1 ? Or I am making some mistakes ?

      Comment


      • #4
        Bowtie considers a 'N' in a read a mismatch - to quote the manual 'Ambiguous characters in the read mismatch all other characters.'

        Depending on how you sampled the reads, that might explain 0 to 100% of your non matching reads.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Advanced Tools Transforming the Field of Cytogenomics
          by seqadmin


          At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
          09-26-2023, 06:26 AM
        • seqadmin
          How RNA-Seq is Transforming Cancer Studies
          by seqadmin



          Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
          09-07-2023, 11:15 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 07:14 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-29-2023, 09:38 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-27-2023, 06:57 AM
        0 responses
        14 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-26-2023, 07:53 AM
        0 responses
        31 views
        0 likes
        Last Post seqadmin  
        Working...
        X