Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kbushley
    Member
    • Jan 2010
    • 22

    #1

    FastX Quality Score format

    I've just been revisiting differences in quality scores between different fastq format (re-reading Cock et. al. 2010 Nucleic Acids Research - what a MESS Illumina has made of the fastq format).

    In any case, perhaps I am missing something but am trying to figure out how FastX-Toolkit (I'm using version fastx_toolkit-0.0.13.tar.bz2) is both reading in, scoring, and filtering on quality scores (ie., is it using solexa_fastq, sanger_fastq, illuminav1.3+_fastq quality scores or can it handle all). When plotting out the graph of quality scores, you get a range from -15 to 45 which corresponds to a range of 60 but doesn't seem to correspond to any of these published fastq formats ?*&!. Since this is 2010 and we've been using Illumina 1.3+ for some time now and I've read here on SEQ-ANSWERS that the first two quality scores (0,1) are not included so the range for Illumina 1.3+ quality scores is really 60, I'm assuming that FastX is both reading in and filtering on Illumina pipeline v1.3+ fastq format quality scores. I'd feel better though is someone else could confirm!

    Thanks!
    Last edited by kbushley; 09-04-2010, 11:40 AM.
  • splaisan
    senior molecular biologist
    • Jun 2009
    • 32

    #2
    Below the answer I got for a similar problem from Assaf Gordon In my case this was the solution, you may have to change the assci offset accordingly
    Cheers,
    Stephane

    Code:
    Hi Stéphane,
    
    There is an undocumented argument "-Q" that determines the input quality ASCII offset (33 or 64 or other).
    
    The program (every program in the fastx-toolkit) knows  automatically to detect ASCII or numeric values.
    If it sees ASCII characters, it subtract 64 for the ASCII value.
    
    So for example, the character 'a' (ASCII code 97) is converted to value 33 (97-64).
    
    If you need a different ASCII offset (e.g. 33 instead of 64), you can use the (undocumented) argument "-Q", as so:
    
    $ fastx_quality_stats -Q 33 -i INPUT.txt -o OUTPUT.txt
    
    you'll need version 0.0.10 or later for the "-Q" argument.
    
    -Gordon.
    http://www.bits.vib.be/index.php

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    15 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    42 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Working...