Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Solid2FASTQ

    Hello

    I just got a question. I wanna align SOLID data with BWA and therefore transformed it in FASTQ files with the solid2fastaq.pl script. But the script does not take the whole sequence of the csfasta but excludes the first two bp. In my opinion it would make sense to exclude the first base, as it is not in color space but not two.

    Here an example:
    an entry of my csfasta files has following sequence
    >1_3_123
    T000111222333

    and the output in the FASTQ file is a sequence with:
    AACCCGGGTTT

    By comparing the sequences it can be seen that two bp are missing:
    T000111222333

    AACCCGGGTTT

    this is because of line 100 in the script delivered by BWA 0.5.7 in the method read1:
    $_ = substr(<$fhs>, 2);
    This funktions takes the sequence beginning from the 3rd position.

    Is there any reason for this or is this an error ?


    Thanks for answering
    martin

  • #2
    Originally posted by Martin R View Post
    Hello

    I just got a question. I wanna align SOLID data with BWA and therefore transformed it in FASTQ files with the solid2fastaq.pl script. But the script does not take the whole sequence of the csfasta but excludes the first two bp. In my opinion it would make sense to exclude the first base, as it is not in color space but not two.

    Here an example:
    an entry of my csfasta files has following sequence
    >1_3_123
    T000111222333

    and the output in the FASTQ file is a sequence with:
    AACCCGGGTTT

    By comparing the sequences it can be seen that two bp are missing:
    T000111222333

    AACCCGGGTTT

    this is because of line 100 in the script delivered by BWA 0.5.7 in the method read1:
    $_ = substr(<$fhs>, 2);
    This funktions takes the sequence beginning from the 3rd position.

    Is there any reason for this or is this an error ?


    Thanks for answering
    martin
    This is very subtle but important property of BWA: 2bp are lost from each read for SOLiD data.

    The first color encodes the adapter and the first base, and therefore is partly dependent on DNA not present in the underlying genome (the adapter). BWA trims the first color and adapter so you lose the first two bases (a 50bp reads is now 48bp). This is performed so when the color read is compared to the encoded reference (in color space), the colors from the read will match the color reference exactly (when there is no error). Including the first color (or adapter) would violate those rules. Nonetheless, you lose two bases from each read, which BWA should be able to include/recover during local alignment (Smith-Waterman/Needleman-Wunsch), but does not. Other software, like BFAST (I am the author), can use all the bases in the final alignment, so it is possible. You should bug the BWA author (lh3) to remove the 2bp base trimming as it is not going to be fixed by changing the solid2fastq.pl, but only through changing much of the BWA color space code.

    <rant>
    It also seems like SOLiD support is an afterthought of many alignment software authors. Such a shame, since it is a much more fun and challenging problem to try and properly align in color space.
    </rant>

    Comment


    • #3
      Originally posted by nilshomer View Post

      <rant>
      It also seems like SOLiD support is an afterthought of many alignment software authors. Such a shame, since it is a much more fun and challenging problem to try and properly align in color space.
      </rant>
      hahah agreed.. is <rant> a new BB code? ROFL
      http://kevin-gattaca.blogspot.com/

      Comment


      • #4
        Thank you very much for that fast answer.
        Now I understand the handling of neglecting the first 2bp.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Best Practices for Single-Cell Sequencing Analysis
          by seqadmin



          While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
          Yesterday, 07:15 AM
        • seqadmin
          Latest Developments in Precision Medicine
          by seqadmin



          Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

          Somatic Genomics
          “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
          05-24-2024, 01:16 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Today, 06:58 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 08:18 AM
        0 responses
        19 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, Yesterday, 08:04 AM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 06-03-2024, 06:55 AM
        0 responses
        13 views
        0 likes
        Last Post seqadmin  
        Working...
        X