Description Usage Arguments Value
View source: R/filterQuality.R
Checks whether reads have more than a fraction of minFrac nucleotides with a score below minquality.
1 | isAboveQualityThresh(reads, minquality, minfrac)
|
reads |
A set of reads as ShortReadQ object |
minquality |
Minimal quality score |
minfrac |
Fraction of positions that need to be over minquality to be considered a good read. |
A boolean vector indicating whether read is considered high quality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.