| filter_fastq_quality | R Documentation |
Filters FASTQ reads based on average quality score.
filter_fastq_quality(
input_file,
output_file,
min_avg_quality = 20,
phred_offset = 33
)
input_file |
Path to input FASTQ |
output_file |
Path to output FASTQ |
min_avg_quality |
Minimum average Phred score (default: 20) |
phred_offset |
Phred offset (default: 33) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.