Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Sanger FASTQ Quality Scores

    Here is a Sanger FASTQ :
    @SRR034462.9 VAB_0176_20090326_2_WT_deg_10pskmusc_461_18_311_F3 length=35
    TGAGGGGTGGGGGGGTTTTTTTTTTTTTTTTTTTT
    +SRR034462.9 VAB_0176_20090326_2_WT_deg_10pskmusc_461_18_311_F3 length=35
    '4<),/;//40-8<'%2+)'((37+0,4+2.4<0:

    first i convert SOLID2Sanger ,but when i handle the sangerfastq,I don't know how to convert the fourth line that the quility line;how to convert it to decimal system.preferably be perl script;
    Thanks a lot!

  • #2
    Code:
    echo "'4<),/;//40-8<'%2+)'((37+0,4+2.4<0:" | 
    perl -e 'while(<STDIN>){chomp;@t=split("",$_);$qual.=((ord($_)-33)." ") for (@t);}print $qual;'
    
    6 19 27 8 11 14 26 14 14 19 15 12 23 27 6 4 17 10 8 6 7 7 18 22 10 15 11 19 10 17 13 19 27 15 25
    --
    Jeremy Leipzig
    Bioinformatics Programmer
    --
    My blog
    Twitter

    Comment


    • #3
      Originally posted by Zigster View Post
      Code:
      echo "'4<),/;//40-8<'%2+)'((37+0,4+2.4<0:" | 
      perl -e 'while(<STDIN>){chomp;@t=split("",$_);$qual.=((ord($_)-33)." ") for (@t);}print $qual;'
      
      6 19 27 8 11 14 26 14 14 19 15 12 23 27 6 4 17 10 8 6 7 7 18 22 10 15 11 19 10 17 13 19 27 15 25
      Zigster,
      thank you very much!I fix it use your script!
      Thanks!
      upper

      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...
        05-06-2024, 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, 05-10-2024, 06:35 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-09-2024, 02:46 PM
      0 responses
      26 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X