powered by
Excludes all sequences of a given fastq file below a certain quality value.
qualityFiltering(file_name, source_dir, min_score = 30)
a ShortRead object.
a character string containing the name of the source file.
a character string containing the path to the source directory.
an integer value representing the minimal average phred score a read has to achieve in order to be accepted.
if (FALSE) { source_dir <- system.file("extdata", package = "genBaRcode") qualityFiltering(file_name = "test_data.fastq.gz", source_dir, results_dir = getwd(), min_score = 30) }
Run the code above in your browser using DataLab