alphabetQuality {amplican} | R Documentation |
This filters out sequences which have nonstandard nucleotides.
alphabetQuality(reads, batch_size = 1e+07)
reads |
(ShortRead object) Loaded reads from fastq. |
batch_size |
(numeric) How many reads to process at a time. |
(boolean) Logical vector with the valid rows as TRUE.