How Can I Filter Out Reads According To Phred Score In Fastq Files?
I want to filter out reads with general phred score lower than a cutoff. Is there any software that can be used?
• 4,921 views
•
link
1 answer
Trimmomatic is very good for trimming and filtering. Fastx toolkit can also be used. If your mapping reads usually better just to set this in the program rather than yourself as improves mapping. For instance novoalign H parameter can be used to clip 3' end of reads by a quality of your choosing while pretrimming gives me worse results.
• 430 views
•
link
Log in to answer this question.