Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Illumina sequencing Quality error

    Hi, everyone!
    Recently, i received the RNA-seq data, when i use FASTX_TOOKIT preprocessing the data, it shows that my data invalid, quality < 0; Is
    there anyone encountered this problem before? thank you!

  • #2
    Sounds to me as if FastX is expecting different quality encoding than you've got in your samples. Which platform does your data come from? What did you want to do with the FastX Toolkit? (I must admit I am not too experienced with that toolkit)

    Comment


    • #3
      append the '-Q 33' command to fastX tools to allow them to work with quality scores that have a base of 33. This is undocumented in the command-line help for the tools, but should work with all tools that demand particular quality values.

      Comment


      • #4
        my data come from Illumina Hiseq 2000 , FASTX_Toolkit can trim the low quality bases, cut off the low quality bases and mask the reads.

        Comment


        • #5
          Originally posted by gringer View Post
          append the '-Q 33' command to fastX tools to allow them to work with quality scores that have a base of 33. This is undocumented in the command-line help for the tools, but should work with all tools that demand particular quality values.
          Hi, gringer, in my reads , if there have more than 1 bases quality lower than 0 , or so ito large amount of reads, my be we can't know which parameter to append ?

          Comment


          • #6
            Hi, gringer, in my reads , if there have more than 1 bases quality lower than 0 , or so ito large amount of reads, my be we can't know which parameter to append ?
            My experience with fastx toolkit is that it doesn't support quality values lower than 0. If you have any in there, then you have to use -Q 33, and make the adjustment manually.

            Comment


            • #7
              Hi, gringer. I want to know "make the adjustment msnuslly" means? thank you !

              Comment


              • #8
                Here's the table from Wikipedia:
                Code:
                  SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.....................................................
                  ..........................XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX......................
                  ...............................IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII......................
                  .................................JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ......................
                  LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL....................................................
                  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
                  |                         |    |        |                              |                     |
                 33                        59   64       73                            104                   126
                
                 S - Sanger        Phred+33,  raw reads typically (0, 40)
                 X - Solexa        Solexa+64, raw reads typically (-5, 40)
                 I - Illumina 1.3+ Phred+64,  raw reads typically (0, 40)
                 J - Illumina 1.5+ Phred+64,  raw reads typically (3, 40)
                    with 0=unused, 1=unused, 2=Read Segment Quality Control Indicator (bold) 
                    (Note: See discussion above).
                 L - Illumina 1.8+ Phred+33,  raw reads typically (0, 41)
                The only negative reads here are the old Solexa reads. These start at base 59, so you could either use 59 as a base for the fastx-toolkit and add 5 to whatever you use for quality thresholds (e.g. mask at q25, rather than q20), or use 33 as a base for everything and add the difference (e.g. mask at q51, rather than q20). This mental arithmetic is what I mean by doing it manually.

                Comment

                Latest Articles

                Collapse

                • seqadmin
                  Recent Advances in Sequencing Analysis Tools
                  by seqadmin


                  The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                  Yesterday, 07:48 AM
                • seqadmin
                  Essential Discoveries and Tools in Epitranscriptomics
                  by seqadmin




                  The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                  04-22-2024, 07:01 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by seqadmin, Yesterday, 07:17 AM
                0 responses
                12 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 05-02-2024, 08:06 AM
                0 responses
                19 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 04-30-2024, 12:17 PM
                0 responses
                20 views
                0 likes
                Last Post seqadmin  
                Started by seqadmin, 04-29-2024, 10:49 AM
                0 responses
                29 views
                0 likes
                Last Post seqadmin  
                Working...
                X