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.
Header Leaderboard Ad
Collapse
Converting ABI colorspace qualities into base qualities
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
-
Differential Expression and Data Visualization: Recommended Tools for Next-Level Sequencing Analysisby seqadmin
After covering QC and alignment tools in the first segment and variant analysis and genome assembly in the second segment, we’re wrapping up with a discussion about tools for differential gene expression analysis and data visualization. In this article, we include recommendations from the following experts: Dr. Mark Ziemann, Senior Lecturer in Biotechnology and Bioinformatics, Deakin University; Dr. Medhat Mahmoud Postdoctoral Research Fellow at Baylor College of Medicine;...-
Channel: Articles
05-23-2023, 12:26 PM -
-
by seqadmin
Continuing from our previous article, we share variant analysis and genome assembly tools recommended by our experts Dr. Medhat Mahmoud, Postdoctoral Research Fellow at Baylor College of Medicine, and Dr. Ming "Tommy" Tang, Director of Computational Biology at Immunitas and author of From Cell Line to Command Line.
Variant detection and analysis tools
Mahmoud classifies variant detection work into two main groups: short variants (<50...-
Channel: Articles
05-19-2023, 10:03 AM -
-
by seqadmin
With new tools and computational resources being released regularly, it can be hard to determine which are best suited for the analysis process and which older tools continue to be maintained. In an effort to assist the sequencing community, we interviewed three highly skilled bioinformaticians about their recommended tools for several important analysis applications.
Quality control and preprocessing tools
“Garbage in, garbage out” is a popular...-
Channel: Articles
05-16-2023, 10:11 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Exploring French-Canadian Ancestry: Insights into Migration, Settlement Patterns, and Genetic Structure
by seqadmin
Started by seqadmin, 05-26-2023, 09:22 AM
|
0 responses
8 views
0 likes
|
Last Post
by seqadmin
05-26-2023, 09:22 AM
|
||
Started by seqadmin, 05-24-2023, 09:49 AM
|
0 responses
9 views
0 likes
|
Last Post
by seqadmin
05-24-2023, 09:49 AM
|
||
Introducing ProtVar: A Web Tool for Contextualizing and Interpreting Human Missense Variation in Proteins
by seqadmin
Started by seqadmin, 05-23-2023, 07:14 AM
|
0 responses
28 views
0 likes
|
Last Post
by seqadmin
05-23-2023, 07:14 AM
|
||
Started by seqadmin, 05-18-2023, 11:36 AM
|
0 responses
113 views
0 likes
|
Last Post
by seqadmin
05-18-2023, 11:36 AM
|
Leave a comment: