Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mchaisso
    Member
    • Apr 2008
    • 84

    different Illumina convention in fastq files?

    We have a few different Illumina data sets here, and I'm wondering if there has been a change in the characters used in fastq files, or that we have just been given bad data.

    we have some sequences for which the translation works fine:
    10*log(1+10**(c - 64/10.0))/log(10)

    @SLXA-EAS1_89:3:1:715:750/1
    GTCTTGAAAGCTATGATGTCAAGATTAATTTAATC
    +SLXA-EAS1_89:3:1:715:750/1
    bbbbbbbbbbbbbbbbb^bbbbbbbbbbbbbbbba
    @SLXA-EAS1_89:3:1:747:756/1
    GTGTATTGCTCAATCTTCGAACGGGGGGAGGATTG
    +SLXA-EAS1_89:3:1:747:756/1
    bbbbb^bbbbbbbbbbbbbbbbbbbbbb\bbObbb
    @SLXA-EAS1_89:3:1:859:343/1
    GTTAATAGATTTAATTGCCACCGCAATACCAGCAA
    +SLXA-EAS1_89:3:1:859:343/1
    ccccccccccccccccbcccccccbbbbbbbYbb^

    However we have other sequences where the quality is 10 or below using the same translation. Is one using Sanger center convention and the other Illumina?

    @ILunknown_unknown_1_1_107_394
    TATTCCCCGCCCCCCCGTCGTGCCCGGTCTTTGTCC
    +
    IIIIIIGI/<I8IIIIII.II//I);II)%<>III&
    @ILunknown_unknown_1_1_118_376
    TTGGGAAGCGCACCCGGCCCGTGTTGGCTTTCGCCT
    +
    I%I!I(,@+I"%",!#&)"5$'&$&%$.*%$"#"""
    @ILunknown_unknown_1_1_342_174
    GCGGCGGGTTATCGGGGCACTCCCCCCCTCCCGCAC
    +
    IIIIII2I<#?II+@CI1/CI0III5%(5'I%0-%$
    @ILunknown_unknown_1_1_121_440
    TGGCGTCCAGGCCGGCCTGGCTGCCGTCCGGCCCCC
    +
    II50I5I.&-*+9-&>2$&&3#&#"#%%"&"#&#&&
    @ILunknown_unknown_1_1_109_530
    TTTGCGTTAGGTAAAATGCTAGAAGCAGGTGAGCAG
    +
    IIIIIIIIIIIIIIIIIIIIIII&II0IIII%II0A

    thanks,
    -mark
  • acnoll
    Member
    • Mar 2008
    • 14

    #2
    The top is illumina/solexa format (what you would see in s_[1-8]_sequence.txt) and the bottom is the fastq Sanger format.

    To convert solexa values
    perl -e 'my $qual = 10 * log(1 + 10 ** ((ord($myChar) - 64) / 10.0))/log(10); print int($qual);'

    To convert fastq values
    perl -e 'my $qual = ord($myChar) -33; print $qual;'

    hope that helps

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    15 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-02-2026, 11:08 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Working...