Entering edit mode
3.0 years ago
Pei
▴
220
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
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.