Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Converting FASTQ to RMAP prb files

    Does anyone know what the proper conversion is between Phred quality scores and the probability values required by the RMAP alignment software? RMAP's documentation doesn't have much to say on the matter.

  • #2
    I think I've answered my own question...
    RMAP seems to be pretty fussy about the prb file format. The four probabilities at each base are given as Solexa/Phred qualities (e.g: 40 -40 -40 -40). They seem to use spaces to separate the four probabilities and tabs to separate the blocks of probabilities for each base. I don't know how necessary that is but I didn't mess with it. RMAP does seem to be sensitive to the end of the line. There cannot be whitespace at the end of the line except for the newline. Each line represents a single read, so you have 4 x readLength numbers on each line and there are no labels so they have to be in the exact same order as your corresponding FASTA file of sequences.

    Of course, FASTQ quality strings only give the probability that the called base is correct. To make pseudo-probabilities for the other three bases, I have been subtracting the FASTQ probability from 1, dividing by three, and converting back into a Phred quality.

    I have a script working to do the conversion in case anyone is interested.

    I wish that RMAP would support FASTQ files as an option... our core facility is currently throwing out the prb files.
    Last edited by ShaunMahony; 05-09-2008, 12:16 PM.

    Comment


    • #3
      at least some core facility support dont understand the value of the prb files ... after thinking about doing what you did, i decided it didnt make sense to try to reverse-engineer the prb scores ... note that for equivalent probabilities, the fastq file will simply select the first (!?) ... if you run the script on a fastq file that you actually have the prb file and learn something, it would be interesting to know how much "better" rmapq with the prb file does over just rmap with the fasta file ...
      i think?
      rudy

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Genetic Variation in Immunogenetics and Antibody Diversity
        by seqadmin



        The field of immunogenetics explores how genetic variations influence immune responses and susceptibility to disease. In a recent SEQanswers webinar, Oscar Rodriguez, Ph.D., Postdoctoral Researcher at the University of Louisville, and Ruben Martínez Barricarte, Ph.D., Assistant Professor of Medicine at Vanderbilt University, shared recent advancements in immunogenetics. This article discusses their research on genetic variation in antibody loci, antibody production processes,...
        11-06-2024, 07:24 PM
      • seqadmin
        Choosing Between NGS and qPCR
        by seqadmin



        Next-generation sequencing (NGS) and quantitative polymerase chain reaction (qPCR) are essential techniques for investigating the genome, transcriptome, and epigenome. In many cases, choosing the appropriate technique is straightforward, but in others, it can be more challenging to determine the most effective option. A simple distinction is that smaller, more focused projects are typically better suited for qPCR, while larger, more complex datasets benefit from NGS. However,...
        10-18-2024, 07:11 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 11:09 AM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Today, 06:13 AM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 11-01-2024, 06:09 AM
      0 responses
      30 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 10-30-2024, 05:31 AM
      0 responses
      21 views
      0 likes
      Last Post seqadmin  
      Working...
      X