How can I get PHRED score?
Hi, all.
I am trying to get the assembly stat(Table S1.) according to the following paper about de novo assembly.
In the table, there is an item “Mean read PHRED score after filtering and trimming”.
How can I get this?
Is there any way I can calculate the PHRED score based on the fasta file?
I really appreciate your time and effort!
• 43 views
Is there any way I can calculate the PHRED score based on the fasta file?
You would need fastq files.
You can use FastQC to check the quality of your reads and then create report with MultiQC. It is possible to download a phred scores for all samples from MultiQC in csv or JSON format.
Traffic: 2378 users visited in the last hour
Read more here: Source link