Thanks!
I'll check these.
• 0 views
•
link
Hello everyone!
here is a simple question: If I got a fastq from public database, is it possible to determine whether its quality score is phred + 33 or phred + 64 based on the file itself?
Thanks!
Pei
Log in to answer this question.
In Phred 64 files, you should not be seeing phred values <64. But you can also look at upper case and lower case of quality representations (ascii letters). In general, lower case means 64.
Thanks! I'll check that.