Description Usage Arguments Value Examples
Filter variants to keep those that are equal to or greater than a MAPQ cutoff.
1 | filter_MAPQ(sample, MAPQ_cutoff = 59)
|
sample |
|
MAPQ_cutoff |
Minimum acceptable MAPQ score. Default is 59 |
This function returns a VRanges
object filtered by MAPQ cutoff
1 2 3 4 | ## Not run:
variants <- filter_MAPQ(sample = variants, MAPQ_cutoff = 59)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.