Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • szilva
    replied
    Thank you indeed for the answers - yes, these qualities are pretty poor, but there are some (few dozens of millions :S ) other reads with better qualities to process.

    The reads are aligned, I have output files generated by SHRiMP that has an other BLAST-like format also where the reads are locally aligned. But I really want to understand this quality issue before converting results to SAM and generating a consensus. It is much clearer now, probably I will validate my findings with BFAST.

    Leave a comment:


  • maubp
    replied
    See also this thread, although it does not discuss the qualities:
    Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

    Leave a comment:


  • nilshomer
    replied
    Originally posted by szilva View Post
    Hi, my simple problem is that considering I have a CS read with qualities like:

    Code:
    >1_2_3_F3
    T32123202112210132121031230312312212231012221122201
    
    >1_2_3_F3
    2 2 2 2 2 5 7 2 2 4 8 4 2 5 2 2 3 2 2 2 4 3 2 2 2 2 11 2 2 3 2 4 2 2 2 8 12 2 4 2 8 5 2 2 2 10 3 2 2 2
    How will I able to convert this correctly into a format (ie SAM) ? I can easily assign nucleotides to the T312... sequence but I could not really figure out how to map the color qualities to nucleotide ones.

    Sorry if my question was already answered but after and hour searching I did not manage to find a proper answer - so any related docs are appreciated.

    Cheers:
    Szilva
    Here's what BFAST and other alignment programs do:
    Download Blat-like Fast Accurate Search Tool for free. BFAST facilitates the fast and accurate mapping of short reads to reference sequences, where mapping billions of short reads with variants is of utmost importance.


    If you are converting them to base space without alignment, you wont know where (if any) sequencing errors occurred. Therefore, all bases after a single sequencing error will result in an incorrect alignment. That is why it is so important to align the data.

    If you want to create a SAM without converting to base space, you can store the color sequence and color qualities in the "CS" and "CQ" optional tags, while leaving the "SEQ" and "QUAL" empty (or "*").

    Really, you need to tell us what is your reason to convert colors into bases.
    Last edited by nilshomer; 04-01-2010, 09:23 AM.

    Leave a comment:


  • lvaruzza
    replied
    Use Corona Lite

    You can use the script encodeFasta.py from Corona Lite package in this way:

    encodeFasta.py -d file.csfasta > file.fasta

    Corona is available in:



    Usually is not recommended to convert the reads directly to base space, it's better to map them or perform a denovo assembly. If you use bowtie, for example, it will generate a SAM file with the sequence in base space.

    You don't need to change the QUAL file, it's already in phred scale.
    Last edited by lvaruzza; 04-01-2010, 09:12 AM. Reason: Complement the answer

    Leave a comment:


  • maubp
    replied
    OK, fine - it would have be clearer as two [ code ] blocks, that's all.

    The naive answer would be to re-use the QUAL file as is. However, as I understand things, those qualities really are for color calls (transitions between bases), so that would be rather misleading. You are stuck with the fact that any color error means in sequence space all the subsequence bases will be wrong. One might therefore argue that on conversion to sequence space the quality scores should decline to reflect this cumulative probability of error.

    Why do you want to try and convert this into nucleotide space quality scores anyway?

    Note that if they are on the PHRED scale and this example is representative, all the quality scores are very poor (maximum 12), so this is neither here nor there. Hopefully you have some better reads.

    Leave a comment:


  • szilva
    replied
    Originally posted by maubp View Post
    Is the quoted example entries from two files? i.e. A color space FASTA file (csFASTA) and a matching color space QUAL file?
    Sure, as ABI SOLiD reads are usually stored.

    Leave a comment:


  • maubp
    replied
    Is the quoted example entries from two files? i.e. A color space FASTA file (csFASTA) and a matching color space QUAL file?

    Leave a comment:


  • Converting ABI colorspace qualities into base qualities

    Hi, my simple problem is that considering I have a CS read with qualities like:

    Code:
    >1_2_3_F3
    T32123202112210132121031230312312212231012221122201
    
    >1_2_3_F3
    2 2 2 2 2 5 7 2 2 4 8 4 2 5 2 2 3 2 2 2 4 3 2 2 2 2 11 2 2 3 2 4 2 2 2 8 12 2 4 2 8 5 2 2 2 10 3 2 2 2
    How will I able to convert this correctly into a format (ie SAM) ? I can easily assign nucleotides to the T312... sequence but I could not really figure out how to map the color qualities to nucleotide ones.

    Sorry if my question was already answered but after and hour searching I did not manage to find a proper answer - so any related docs are appreciated.

    Cheers:
    Szilva

Latest Articles

Collapse

  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
27 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
31 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
27 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
52 views
0 likes
Last Post seqadmin  
Working...
X