Description Usage Arguments Value
View source: R/helpers_filters.R
This filters out sequences which have bad average quality readings.
1 | goodAvgQuality(reads, avg = 30)
|
reads |
(ShortRead object) Loaded reads from fastq. |
avg |
(numeric) This is what the average score of the quality of sequence should be. For example, if we have a sequence with nucleotides which have quality 70-70-70, the average would be 70. If set the average to 70 or less the sequence will pass. If we set the average to 71 the sequence will not pass. The average is set to 0 by default. |
(boolean) Logical vector with the valid rows as TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.