View source: R/helpers_filters.R
alphabetQuality | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.