Description Usage Arguments Value
View source: R/filterQuality.R
Checks whether reads have at least a length of minlength. Useful values are zero the rid of empty reads or 12 to match the gsnap k-mer size.
1 | filterByLength(lreads, minlength = 12, paired = FALSE)
|
lreads |
A set of reads as ShortReadQ object |
minlength |
Minimum length |
paired |
Indicates whether lreads has one of two elements |
A boolean vector indicating whether read passes filter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.