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.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
Originally posted by szilva View PostHi, 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
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
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:
-
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.
Leave a comment:
-
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:
-
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
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:
SzilvaTags: None
Latest Articles
Collapse
-
by seqadmin
During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.
Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...-
Channel: Articles
09-09-2024, 10:59 AM -
-
by seqadmin
The first FDA-approved CRISPR-based therapy marked the transition of therapeutic gene editing from a dream to reality1. CRISPR technologies have streamlined gene editing, and CRISPR screens have become an important approach for identifying genes involved in disease processes2. This technique introduces targeted mutations across numerous genes, enabling large-scale identification of gene functions, interactions, and pathways3. Identifying the full range...-
Channel: Articles
08-27-2024, 04:44 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, Today, 06:39 AM
|
0 responses
7 views
0 likes
|
Last Post
by seqadmin
Today, 06:39 AM
|
||
Started by seqadmin, 09-11-2024, 02:44 PM
|
0 responses
13 views
0 likes
|
Last Post
by seqadmin
09-11-2024, 02:44 PM
|
||
Started by seqadmin, 09-06-2024, 08:02 AM
|
0 responses
147 views
0 likes
|
Last Post
by seqadmin
09-06-2024, 08:02 AM
|
||
Started by seqadmin, 09-03-2024, 08:30 AM
|
0 responses
153 views
0 likes
|
Last Post
by seqadmin
09-03-2024, 08:30 AM
|
Leave a comment: