Entering edit mode
3.2 years ago
Riku
▴
80
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!
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.
Sorry for not responding sooner.
Thanks to you, I was able to get PHRED score with multiqc. It was very easy to just run multiqc in the directory where the fastqc resulats are.
Your advices was very helpful for me. I really apreciate your help!