Description Usage Arguments Details Value
View source: R/filterQuality.R
Filtering reads by quality score. Discards reads that have more than a fraction of X nucleotides with a score below Y.
1 | filterQuality(lreads)
|
lreads |
A list of ShortReadQ objects |
X and Y are controlled by global config variables X: filterQuality.minFrac Y: filterQuality.minQuality
A list of quality filterered ShortReadQ objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.